workflow docs
This commit is contained in:
20
README.md
20
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user