Skip to content

Commit

Permalink
🔄 Synced local '.github/workflows/send-updates.yml' with remote '.git…
Browse files Browse the repository at this point in the history
…hub/workflows/send-updates.yml'

release-2.01
  • Loading branch information
cansavvy committed Mar 25, 2024
1 parent ecacc85 commit 2b9a62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/send-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Login as jhudsl-robot
- name: Login as github actions bot
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "[email protected]"
git config --global user.name "jhudsl-robot"
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Get the version
id: get_tag
Expand Down

0 comments on commit 2b9a62e

Please sign in to comment.