Skip to content

Commit 87b7a50

Browse files
committed
Fix git identity unknown error for mirror_toolchains
1 parent 9a8811d commit 87b7a50

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mirror-toolchains.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
TARGET_REPO="${{ github.repository }}"
2525
TAG_NAME="toolchain-cache"
2626
27+
git config user.name "github-actions[bot]"
28+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
29+
2730
if ! git rev-parse "$TAG_NAME" >/dev/null 2>&1; then
2831
echo "Tag not found. Creating backdated tag and release..."
2932

0 commit comments

Comments
 (0)