mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed reference to local composed action
This commit is contained in:
2
.github/workflows/ci-mutation-tests.yml
vendored
2
.github/workflows/ci-mutation-tests.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
extensions: openswoole-4.11.1
|
||||
steps:
|
||||
- name: Setup
|
||||
uses: './.github/actions/ci-setup.yml'
|
||||
uses: './.github/actions/ci-setup'
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
php-extensions: ${{ env.extensions }}
|
||||
|
||||
Reference in New Issue
Block a user