diff --git a/.forgejo/workflows/pull-upstream.yaml b/.forgejo/workflows/pull-upstream.yaml index 61e78114164..a2a586e2457 100644 --- a/.forgejo/workflows/pull-upstream.yaml +++ b/.forgejo/workflows/pull-upstream.yaml @@ -20,7 +20,7 @@ jobs: - name: Commit if: ${{ steps.changed.outputs.all_changed_files != '' }} - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0 + uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0 with: commit_user_name: "Johnny5" commit_user_email: "bot@snaile.de"