mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 16:26:37 +03:00
Fixed reference to local composed action
This commit is contained in:
parent
759c0ea957
commit
9075d68b7c
2 changed files with 1 additions and 1 deletions
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 }}
|
||||
|
|
Loading…
Reference in a new issue