Testing the final changes to my action
Some checks failed
On_Push / build (push) Failing after 1m12s

This commit is contained in:
Eoghan Conlon 2024-10-01 13:02:21 +01:00
parent a03644c1fa
commit ba7db7fb1d

View file

@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: 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: with:
nix_path: 'nixpkgs=channel:nixos-unstable' nix_path: 'nixpkgs=channel:nixos-unstable'
# get the repo first # get the repo first
@ -26,4 +26,4 @@ jobs:
with: with:
ssh_key: ${{ secrets.SSH_KEY }} ssh_key: ${{ secrets.SSH_KEY }}
username: ${{ env.GITHUB_REPOSITORY_OWNER }} username: ${{ env.GITHUB_REPOSITORY_OWNER }}
folder: "src" folder: "build"