mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Fix yet another typo in pipeline
This commit is contained in:
4
.github/workflows/publish-swagger-spec.yml
vendored
4
.github/workflows/publish-swagger-spec.yml
vendored
@@ -44,6 +44,6 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
# folder: ${{ steps.determine_version.outputs.version }}
|
# folder: ${{ steps.determine_version.outputs.version }}
|
||||||
folder: ${{ github.event.inputs.version }}
|
folder: ${{ github.event.inputs.version }}
|
||||||
# target-folder: specs/${{ github.event.inputs.version }}
|
# target-folder: specs/${{ steps.determine_version.outputs.version }}
|
||||||
target-folder: specs/${{ steps.determine_version.outputs.version }}
|
target-folder: specs/${{ github.event.inputs.version }}
|
||||||
clean: false
|
clean: false
|
||||||
|
|||||||
Reference in New Issue
Block a user