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.
|
# A full clone is needed so stamp can fetch and reset the release branch.
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -373,6 +378,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -404,6 +414,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -432,6 +447,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
|
|||||||
@@ -187,6 +187,11 @@ jobs:
|
|||||||
# Full clone so stamp can fetch and reset the release branch.
|
# Full clone so stamp can fetch and reset the release branch.
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -215,6 +220,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -247,6 +257,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
@@ -276,6 +291,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Install stamp
|
||||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user