From b124d12b700ca185f9f43bec6251b40b91b319bb Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 17 Jun 2020 08:34:35 -0700 Subject: [PATCH] build: initialize git repo --- .github/workflows/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0a9193c..a50e9e3 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -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 "