Skip to content

Commit

Permalink
Add git config credential.helper store
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 16, 2023
1 parent 413782f commit bae89e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_range_message.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
git config credential.helper store
- name: Fetch RangeMessage.xml
id: fetch
run: |
Expand Down

0 comments on commit bae89e6

Please sign in to comment.