mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
Fixed typo
This commit is contained in:
parent
1613975e0e
commit
0c2bcaee34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-swagger-spec.yml
vendored
2
.github/workflows/publish-swagger-spec.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: ${{ env.extensions }}
|
||||
key: publish-release-extensions-${{ matrix.php-version }}
|
||||
key: publish-swagger-spec-extensions-${{ matrix.php-version }}
|
||||
- name: Cache extensions
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue