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
|
||||
rm .ssh_key
|
||||
|
||||
|
||||
- name: nix flake archive
|
||||
run: |
|
||||
cat <<EOF > .id_rsa
|
||||
|
@ -60,10 +59,9 @@ jobs:
|
|||
- name: nix build chungus
|
||||
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
||||
|
||||
- name: push if all fine
|
||||
- name: push
|
||||
if: ${{ github.event_name == 'schedule' }}
|
||||
run: |
|
||||
|
||||
git config --local user.email "action@git.ingolf-wagner.de"
|
||||
git config --local user.name "Forgejo Action"
|
||||
|
||||
|
|
Loading…
Reference in a new issue