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
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
if: ${{ ! inputs.artifact-skip}}
|
if: ${{ inputs.artifact-skip != true }}
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user