mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 12:07:20 +00:00
typo
This commit is contained in:
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
|
||||
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/*/}
|
||||
else
|
||||
echo ::set-env name=TAG_NAME::${{ github.event.inputs.tag }}
|
||||
|
Reference in New Issue
Block a user