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