mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Fixed reference to local composed action
This commit is contained in:
parent
759c0ea957
commit
9075d68b7c
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 New Issue
Block a user