mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
typo
This commit is contained in:
parent
cd5314466c
commit
317f901c1c
2
.github/workflows/build-and-push-image.yml
vendored
2
.github/workflows/build-and-push-image.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Get Image Tag Name
|
name: Get Image Tag Name
|
||||||
run: |
|
run: |
|
||||||
if [ x${{ github.event.inputs.logLevel }} == x"" ]; then
|
if [ x${{ github.event.inputs.tag }} == x"" ]; then
|
||||||
echo ::set-env name=TAG_NAME::${GITHUB_REF#refs/*/}
|
echo ::set-env name=TAG_NAME::${GITHUB_REF#refs/*/}
|
||||||
else
|
else
|
||||||
echo ::set-env name=TAG_NAME::${{ github.event.inputs.tag }}
|
echo ::set-env name=TAG_NAME::${{ github.event.inputs.tag }}
|
||||||
|
Loading…
Reference in New Issue
Block a user