generated from Skynet/deploy_user
Testing the final changes to my action
Some checks failed
On_Push / build (push) Failing after 1m12s
Some checks failed
On_Push / build (push) Failing after 1m12s
This commit is contained in:
parent
a03644c1fa
commit
ba7db7fb1d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
Loading…
Reference in a new issue