fix if condition error
This commit is contained in:
2
.github/workflows/publish_docker.yml
vendored
2
.github/workflows/publish_docker.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
if: ${{ ! inputs.artifact-skip}}
|
||||
if: ${{ inputs.artifact-skip != true }}
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user