1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 14:41:12 +02:00

build: initialize git repo

This commit is contained in:
bcoe
2020-06-17 08:34:35 -07:00
parent 188d36320b
commit b124d12b70

View File

@@ -7,6 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config user.name yoshi-automation
- run: git config user.email yoshi-automation@google.com
- run: git commit --author "yoshi-automation <yoshi-automation@google.com>"