This commit is contained in:
iFargle 2023-10-03 14:12:08 +09:00
parent 579ff8dd5c
commit 9abaef9236

View file

@ -25,7 +25,7 @@ jobs:
uname -a
hostname
- uses: ./.forgejo/actions/nixos-docker
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
@ -34,5 +34,5 @@ jobs:
- run: echo "This job's status is ${{ job.status }}."
- name: "Post Run Cleanup"
- if: always()
if: always()
run: rm -rf /.cache