mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 16:41:40 +02:00
build: initialize git repo
This commit is contained in:
1
.github/workflows/release-please.yaml
vendored
1
.github/workflows/release-please.yaml
vendored
@@ -7,6 +7,7 @@ jobs:
|
|||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- run: git config user.name yoshi-automation
|
- run: git config user.name yoshi-automation
|
||||||
- run: git config user.email yoshi-automation@google.com
|
- run: git config user.email yoshi-automation@google.com
|
||||||
- run: git commit --author "yoshi-automation <yoshi-automation@google.com>"
|
- run: git commit --author "yoshi-automation <yoshi-automation@google.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user