diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index b900cc4..8282f01 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -25,4 +25,4 @@ jobs: git config --local user.name "forgjo-actions[bot]" git commit -a -m "chore: update flake" - name: Push changes - git push \ No newline at end of file + run: git push \ No newline at end of file