try how it kinda should work (again)

This commit is contained in:
Ingolf Wagner 2024-07-21 12:40:02 +02:00
parent 5152d2e633
commit 6e50445f50
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -29,7 +29,6 @@ jobs:
echo $SSH_AGENT_PID
kill $SSH_AGENT_PID
rm .ssh_key
- name: nix flake archive
run: |
@ -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"