diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index ce19b27..823b067 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -37,12 +37,8 @@ jobs: - name: Commit and push run: | set -euxo pipefail - if git diff --quiet flake.lock; then - echo "No changes to flake.lock — skipping commit." - exit 0 - fi git config user.name 'forgejo-actions[bot]' git config user.email 'actions@forg.gregersen.it' git add flake.lock - git commit -m 'flake: update inputs' + git commit --allow-empty -m 'Update flake inputs' git push