Skip to content

Commit

Permalink
πŸ’š specify git user
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 29, 2024
1 parent 5c83ea4 commit 27140c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cybersource-release-poll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
timeout-minutes: 5
run: |-
nix develop --impure --command "scripts/develop.sh"
- name: 'Set git user πŸ‘€'
run: |-
git config --global user.name 'Cybersource Upgrade Bot'
git config --global user.email 'lorleans+cybersource-upgrade-bot@paciolan.com'
- name: 'Stage changes πŸ“Ž'
run: |-
git add \
Expand Down

0 comments on commit 27140c8

Please sign in to comment.