Skip to content

Commit b812594

Browse files
committed
ci: fixed action name
1 parent e3dda67 commit b812594

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
needs_build: ${{ steps.filter.outputs.needs_build }}
1818
steps:
19-
- uses: TooMuch4U/runner-post-cleanup@v2.1
19+
- uses: TooMuch4U/actions-clean@v2.1
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 25
@@ -42,7 +42,7 @@ jobs:
4242
NODE_ENV: development
4343

4444
steps:
45-
- uses: TooMuch4U/runner-post-cleanup@v2.1
45+
- uses: TooMuch4U/actions-clean@v2.1
4646
- uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 25
@@ -99,7 +99,7 @@ jobs:
9999
AWS_REGION: us-east-1
100100

101101
steps:
102-
- uses: TooMuch4U/runner-post-cleanup@v2.1
102+
- uses: TooMuch4U/actions-clean@v2.1
103103
- name: dpkg configure
104104
run: |
105105
apt update
@@ -237,7 +237,7 @@ jobs:
237237
# part: [1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 8/8]
238238

239239
steps:
240-
- uses: TooMuch4U/runner-post-cleanup@v2.1
240+
- uses: TooMuch4U/actions-clean@v2.1
241241
- name: dpkg configure
242242
run: |
243243
apt update
@@ -296,7 +296,7 @@ jobs:
296296
needs: core-build
297297

298298
steps:
299-
- uses: TooMuch4U/runner-post-cleanup@v2.1
299+
- uses: TooMuch4U/actions-clean@v2.1
300300
- name: Use Node.js 22.6.0
301301
uses: actions/setup-node@v4
302302
with:
@@ -337,7 +337,7 @@ jobs:
337337
- live-preview-react
338338

339339
steps:
340-
- uses: TooMuch4U/runner-post-cleanup@v2.1
340+
- uses: TooMuch4U/actions-clean@v2.1
341341
- name: Use Node.js 22.6.0
342342
uses: actions/setup-node@v4
343343
with:
@@ -376,7 +376,7 @@ jobs:
376376
- plugin-seo
377377

378378
steps:
379-
- uses: TooMuch4U/runner-post-cleanup@v2.1
379+
- uses: TooMuch4U/actions-clean@v2.1
380380
- name: Use Node.js 22.6.0
381381
uses: actions/setup-node@v4
382382
with:
@@ -405,7 +405,7 @@ jobs:
405405
needs: tests-e2e
406406
runs-on: [self-hosted]
407407
steps:
408-
- uses: TooMuch4U/runner-post-cleanup@v2.1
408+
- uses: TooMuch4U/actions-clean@v2.1
409409
- uses: actions/upload-artifact@v4
410410
if: always()
411411
with:

0 commit comments

Comments
 (0)