From ba7db7fb1d1a2a9fa805c413b73edb3b6862c65d Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Tue, 1 Oct 2024 13:02:21 +0100 Subject: [PATCH] Testing the final changes to my action --- .forgejo/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index f4e10bd..770afaf 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker steps: - - uses: https://forgejo.skynet.ie/eoghanconlon73/actions/docker_nix@eoghan_testV8 + - uses: https://forgejo.skynet.ie/eoghanconlon73/actions/docker_nix@eoghan_test-final with: nix_path: 'nixpkgs=channel:nixos-unstable' # get the repo first @@ -26,4 +26,4 @@ jobs: with: ssh_key: ${{ secrets.SSH_KEY }} username: ${{ env.GITHUB_REPOSITORY_OWNER }} - folder: "src" \ No newline at end of file + folder: "build" \ No newline at end of file