File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 uses : actions/checkout@v3
5757 with :
5858 fetch-depth : 0
59- if : !inputs.has_refs
59+ if : ${{ !inputs.has_refs }}
6060
6161 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
6262 uses : actions/checkout@v3
6363 with :
6464 fetch-depth : 0
6565 ref : ${{ matrix.refs }}
66- if : inputs.has_refs
66+ if : ${{ inputs.has_refs }}
6767
6868 - name : " [SETUP] Setup QEMU environment"
6969 uses : docker/setup-qemu-action@v1
Original file line number Diff line number Diff line change 7878 # -----------------------------------------------------------------------------------------------
7979 configure :
8080 name : Configure
81- if : inputs.enabled
81+ if : ${{ inputs.enabled }}
8282 runs-on : ubuntu-latest
8383
8484 # ##
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 uses : actions/checkout@v3
5959 with :
6060 fetch-depth : 0
61- if : !inputs.has_refs
61+ if : ${{ !inputs.has_refs }}
6262
6363 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
6464 uses : actions/checkout@v3
6565 with :
6666 fetch-depth : 0
6767 ref : ${{ matrix.refs }}
68- if : inputs.has_refs
68+ if : ${{ inputs.has_refs }}
6969
7070 - name : " [SETUP] Setup QEMU environment"
7171 uses : docker/setup-qemu-action@v1
Original file line number Diff line number Diff line change 4949 fail-fast : false
5050 matrix :
5151 include : ${{ fromJson(inputs.matrix) }}
52- if : inputs.can_deploy
52+ if : ${{ inputs.can_deploy }}
5353 steps :
5454 # ------------------------------------------------------------
5555 # Setup repository
@@ -58,14 +58,14 @@ jobs:
5858 uses : actions/checkout@v3
5959 with :
6060 fetch-depth : 0
61- if : !inputs.has_refs
61+ if : ${{ !inputs.has_refs }}
6262
6363 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
6464 uses : actions/checkout@v3
6565 with :
6666 fetch-depth : 0
6767 ref : ${{ matrix.refs }}
68- if : inputs.has_refs
68+ if : ${{ inputs.has_refs }}
6969
7070 - name : " [SETUP] Setup QEMU environment"
7171 uses : docker/setup-qemu-action@v1
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 uses : actions/checkout@v3
4545 with :
4646 fetch-depth : 0
47- if : !inputs.has_refs
47+ if : ${{ !inputs.has_refs }}
4848
4949 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
5050 uses : actions/checkout@v3
5151 with :
5252 fetch-depth : 0
5353 ref : ${{ matrix.refs }}
54- if : inputs.has_refs
54+ if : ${{ inputs.has_refs }}
5555
5656 - name : " [SETUP] Setup QEMU environment"
5757 uses : docker/setup-qemu-action@v1
You can’t perform that action at this time.
0 commit comments