From 9abaef9236dc0a93d13c1c12b72f59c18613d2b4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 3 Oct 2023 14:12:08 +0900 Subject: [PATCH] Test --- .forgejo/workflows/build-iso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index 787e0148..b3a38849 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -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 \ No newline at end of file