mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed typo
This commit is contained in:
parent
dad58b7610
commit
5c114b584d
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
|
@ -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…
Add table
Reference in a new issue