We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322ca7d commit b3e6baeCopy full SHA for b3e6bae
1 file changed
.github/workflows/build.yml
@@ -193,6 +193,8 @@ jobs:
193
- name: Push generate files to new branch
194
run: |
195
BRANCH="bot/api-${{ needs.download-new-version.outputs.api_version }}"
196
+ git config user.name "github-actions[bot]"
197
+ git config user.email "github-actions[bot]@users.noreply.github.com"
198
git checkout -B "$BRANCH"
199
git add .
200
git commit -m "[BOT] API ${{ needs.download-new-version.outputs.api_version }} | release ${{ needs.download-new-version.outputs.release_tag }}"
0 commit comments