try to fix the git push frogejo action

This commit is contained in:
Ingolf Wagner 2024-07-21 12:21:19 +02:00
parent 854b7b6c19
commit 31486c0e2d
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -17,15 +17,8 @@ jobs:
with:
depth: 0
- name: checkout repository (branch update)
if: github.event_name == 'schedule'
uses: actions/checkout@v2
with:
ref: "update"
depth: 0
- name: update nix flakes (branch update)
if: github.event_name == 'schedule'
- name: update nix flakes
#if: github.event_name == 'schedule'
run: |
cat <<EOF > .ssh_key
${{ secrets.SSH_KEY }}
@ -71,7 +64,7 @@ jobs:
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
- name: push if all fine (branch update)
if: github.event_name == 'schedule'
#if: github.event_name == 'schedule'
run: |
git config --local user.email "action@git.ingolf-wagner.de"