Typo
This commit is contained in:
parent
030bdf459d
commit
cd7a60343f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ jobs:
|
|||
uses: forgejo/download-artifact@v3
|
||||
- name: Package deployment
|
||||
run: |
|
||||
if test GITHUB_REF_NAME = "ci" ; then
|
||||
if test $GITHUB_REF_NAME == "ci" ; then
|
||||
CI_REF_NAME=${{ inputs.ref_name }}
|
||||
else
|
||||
CI_REF_NAME=$GITHUB_REF_NAME
|
||||
|
|
Loading…
Reference in a new issue