Skip to content

Commit 21684ae

Browse files
committed
use action bot
1 parent 5add132 commit 21684ae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
publish_branch: ${{ env.MANIFEST_BRANCH }}
6464
publish_dir: dist/manifest
6565
destination_dir: nightly
66-
full_commit_message: ${{ steps.nightly_meta.outputs.label }}
66+
user_name: 'github-actions[bot]'
67+
user_email: 'github-actions[bot]@users.noreply.github.com'
6768

6869
- name: Update nightly tag
6970
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
publish_branch: ${{ env.MANIFEST_BRANCH }}
5757
publish_dir: dist/manifest
5858
destination_dir: releases/${{ env.VERSION }}
59-
full_commit_message: "Release ${{ env.VERSION }}"
59+
user_name: 'github-actions[bot]'
60+
user_email: 'github-actions[bot]@users.noreply.github.com'
6061

6162
- name: Publish release
6263
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)