try how it kinda should work (again)
This commit is contained in:
parent
5152d2e633
commit
6e50445f50
1 changed files with 1 additions and 3 deletions
|
@ -30,7 +30,6 @@ jobs:
|
||||||
kill $SSH_AGENT_PID
|
kill $SSH_AGENT_PID
|
||||||
rm .ssh_key
|
rm .ssh_key
|
||||||
|
|
||||||
|
|
||||||
- name: nix flake archive
|
- name: nix flake archive
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > .id_rsa
|
cat <<EOF > .id_rsa
|
||||||
|
@ -60,10 +59,9 @@ jobs:
|
||||||
- name: nix build chungus
|
- name: nix build chungus
|
||||||
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
||||||
|
|
||||||
- name: push if all fine
|
- name: push
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: ${{ github.event_name == 'schedule' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
git config --local user.email "action@git.ingolf-wagner.de"
|
git config --local user.email "action@git.ingolf-wagner.de"
|
||||||
git config --local user.name "Forgejo Action"
|
git config --local user.name "Forgejo Action"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue