From 627189f4570041b344143e535fa543c5589997c2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 2 Oct 2023 19:23:55 +0900 Subject: [PATCH] Test --- .forgejo/workflows/build-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index 200b2595..3ee37105 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -7,7 +7,7 @@ jobs: runs-on: docker # container: nixos/nix steps: - - uses: ./Dockerfile + - uses: .forgejo/workflows/Dockerfile - 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 }}."