Skip to content

Commit 06777ee

Browse files
committed
Workflow action fixup: actions/checkout#417 try 3
1 parent da903ca commit 06777ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cfr24.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
container:
1111
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
1212
steps:
13+
- name: Clean
14+
uses: AutoModality/action-clean@v1
1315
- name: Pull Branch
1416
uses: actions/checkout@v4
1517
with:
@@ -24,6 +26,8 @@ jobs:
2426
container:
2527
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
2628
steps:
29+
- name: Clean
30+
uses: AutoModality/action-clean@v1
2731
- name: Pull Branch
2832
uses: actions/checkout@v4
2933
with:

0 commit comments

Comments
 (0)