We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99581b commit a9c4570Copy full SHA for a9c4570
.github/actions/artifacts_build/action.yml
@@ -37,11 +37,11 @@ runs:
37
using: "composite"
38
steps:
39
- name: Action verification
40
- # if: ${{ (inputs.load_image == false || inputs.load_image == 'false') && (inputs.push_image == false || inputs.push_image == 'false') }}
41
- # shell: bash
42
- # run: |
43
- # echo "At least one of push_image or load_image must be true"
44
- # exit 1
+ if: ${{ (inputs.load_image == false || inputs.load_image == 'false') && (inputs.push_image == false || inputs.push_image == 'false') }}
+ shell: bash
+ run: |
+ echo "At least one of push_image or load_image must be true"
+ exit 1
45
46
# - name: Set up
47
# uses: ./.github/actions/set_up
0 commit comments