File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 45
45
rm -rfv "${file}"
46
46
echo "TODO: https://docs.docker.com/engine/security/trust/"
47
47
# yamllint enable rule:line-length
48
- # yamllint disable-line rule:line-length
49
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
- with :
51
- fetch-depth : 0
52
- ref : ${{ github.event.workflow_run.head_commit.id }}
53
48
54
49
- name : Download embedded applications package
55
50
# yamllint disable-line rule:line-length
77
72
&& rm z-wave-stack-binaries-*-Linux.tar.gz
78
73
&& date -u
79
74
75
+ # yamllint disable-line rule:line-length
76
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
+ with :
78
+ fetch-depth : 0
79
+ ref : ${{ github.event.workflow_run.head_commit.id }}
80
+
80
81
- name : Run
81
82
id : run
82
83
# yamllint disable rule:line-length
You can’t perform that action at this time.
0 commit comments