Skip to content

Commit

Permalink
set git config
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jan 6, 2025
1 parent 0750c31 commit 4d764c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-sdk-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
fi
git switch -c update-aws-sdk-go-v2-ecs-$(date +%Y-%m-%d-%H-%M-%S)
git add aws-sdk-go-v2-ecs.md
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name "${GITHUB_ACTOR}"
git commit -m "Update aws-sdk-go-v2 about service/ecs $(date +%Y-%m-%d)"
gh pr create --title "Update aws-sdk-go-v2 about service/ecs $(date +%Y-%m-%d)"

0 comments on commit 4d764c2

Please sign in to comment.