diff --git a/README.md b/README.md index 2d9c4c3..b58a24b 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,11 @@ jobs: # A full clone is needed so stamp can fetch and reset the release branch. fetch-depth: 0 + - name: Configure git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -373,6 +378,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "stamp-bot" + git config user.email "stamp-bot@users.noreply.gitea.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -404,6 +414,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -432,6 +447,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "stamp-bot" + git config user.email "stamp-bot@users.noreply.gitea.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest diff --git a/docs/workflow.md b/docs/workflow.md index b0442f4..910858a 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -187,6 +187,11 @@ jobs: # Full clone so stamp can fetch and reset the release branch. fetch-depth: 0 + - name: Configure git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -215,6 +220,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -247,6 +257,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "stamp-bot" + git config user.email "stamp-bot@users.noreply.gitea.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest @@ -276,6 +291,11 @@ jobs: with: fetch-depth: 0 + - name: Configure git + run: | + git config user.name "stamp-bot" + git config user.email "stamp-bot@users.noreply.gitea.com" + - name: Install stamp run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest