Commit 05456c9 1 parent d9c8501 commit 05456c9 Copy full SHA for 05456c9
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
--${{ matrix.architecture }} \
47
47
--target /data \
48
48
--generic ${{ github.sha }}
49
- no- pull : " true "
49
+ pull : " false "
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ inputs:
5
5
description : " Arguments passed to the builder"
6
6
required : true
7
7
default : " --help"
8
- no- pull :
8
+ pull :
9
9
description : " Do not pull the latest version of builder (for testing)"
10
10
required : false
11
- default : " false "
11
+ default : " true "
12
12
runs :
13
13
using : " composite"
14
14
steps :
27
27
echo "version=${input}" >> "$GITHUB_OUTPUT"
28
28
29
29
- shell : bash
30
- if : ${{ inputs.no- pull == 'false ' }}
30
+ if : ${{ inputs.pull == 'true ' }}
31
31
run : |
32
32
docker pull ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}
33
33
cosign verify \
You can’t perform that action at this time.
0 commit comments