mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Fixed typo
This commit is contained in:
parent
dad58b7610
commit
5c114b584d
2
.github/workflows/publish-swagger-spec.yml
vendored
2
.github/workflows/publish-swagger-spec.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Determine version - from input
|
||||
id: determine_version
|
||||
run: echo "::set-output name=version::${{ github.event.inputs.project }}"
|
||||
run: echo "::set-output name=version::${{ github.event.inputs.version }}"
|
||||
shell: bash
|
||||
# - name: Determine version - from env
|
||||
# id: determine_version
|
||||
|
Loading…
Reference in New Issue
Block a user