Skip to content

Commit f45aa92

Browse files
committed
fix: node actions copy to container
1 parent bb06721 commit f45aa92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/testworkflows/container-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
runs-on: [self-hosted]
99
container: ubuntu:latest
1010
steps:
11-
- run: echo Hello World
11+
- uses: actions/checkout@v6
12+
- run: echo Hello World

0 commit comments

Comments
 (0)