Commit 29495c5 1 parent d3c65a8 commit 29495c5 Copy full SHA for 29495c5
File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 27
27
if : ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.grapefruit == 'true' }}
28
28
runs-on : self-hosted
29
29
steps :
30
+ - uses : TooMuch4U/actions-clean@v2.1
30
31
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
31
32
- name : Check out repository code
32
33
uses : actions/checkout@v4
48
49
if : ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.cosmo_seq == 'true' }}
49
50
runs-on : self-hosted
50
51
steps :
52
+ - uses : TooMuch4U/actions-clean@v2.1
51
53
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
52
54
- name : Check out repository code
53
55
uses : actions/checkout@v4
69
71
if : ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.cosmo_hp == 'true' }}
70
72
runs-on : self-hosted
71
73
steps :
74
+ - uses : TooMuch4U/actions-clean@v2.1
72
75
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
73
76
- name : Check out repository code
74
77
uses : actions/checkout@v4
90
93
if : ${{ needs.changes.outputs.cobble == 'true' }}
91
94
runs-on : self-hosted
92
95
steps :
96
+ - uses : TooMuch4U/actions-clean@v2.1
93
97
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
94
98
- name : Check out repository code
95
99
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
cobble : ${{ steps.filter.outputs.cobble }}
12
12
buck2 : ${{ steps.filter.outputs.buck2 }}
13
13
steps :
14
+ - uses : TooMuch4U/actions-clean@v2.1
14
15
- uses : actions/checkout@v4
15
16
with :
16
17
submodules : ' true'
24
25
if : ${{ needs.changes.outputs.buck2 == 'true' }}
25
26
runs-on : self-hosted
26
27
steps :
28
+ - uses : TooMuch4U/actions-clean@v2.1
27
29
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
28
30
- name : Check out repository code
29
31
uses : actions/checkout@v4
41
43
if : ${{ needs.changes.outputs.cobble == 'true' }}
42
44
runs-on : self-hosted
43
45
steps :
46
+ - uses : TooMuch4U/actions-clean@v2.1
44
47
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
45
48
- name : Check out repository code
46
49
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments