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