Update workflows
All checks were successful
ssh-test / ssh-test (push) Successful in 20s

This commit is contained in:
iFargle 2023-12-20 22:44:02 +09:00
parent 6085f61723
commit ca9792a8d0
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ jobs:
- if: always()
run: rm -rf /.cache
- if: always()
run: rm -rf ${{ github.worksspace }}
run: rm -rf ${{ github.workspace }}
- if: failure()
uses: https://git.sysctl.io/actions/gotify-action@master
with:

View file

@ -39,7 +39,7 @@ jobs:
- if: always()
run: rm -rf /.cache
- if: always()
run: rm -rf ${{ github.worksspace }}
run: rm -rf ${{ github.workspace }}
- if: failure()
uses: https://git.sysctl.io/actions/gotify-action@master
with:

View file

@ -41,7 +41,7 @@ jobs:
- if: always()
run: rm -rf /.cache
- if: always()
run: rm -rf ${{ github.worksspace }}
run: rm -rf ${{ github.workspace }}
- if: failure()
uses: https://git.sysctl.io/actions/gotify-action@master
with:

View file

@ -55,7 +55,7 @@ jobs:
- if: always()
run: rm -rf /.cache
- if: always()
run: rm -rf ${{ github.worksspace }}
run: rm -rf ${{ github.workspace }}
- if: failure()
uses: https://git.sysctl.io/actions/gotify-action@master
with: