Skip to content

Commit

Permalink
πŸ”„ Synced local '.github/workflows/test-send-updates.yml' with remote …
Browse files Browse the repository at this point in the history
…'.github/workflows/test-send-updates.yml'

release-2.01
  • Loading branch information
cansavvy committed Mar 25, 2024
1 parent 2b9a62e commit 175e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-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@master

- 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 "itcrtrainingnetwork@gmail.com"
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: Set up test-sync.yml
run: |
Expand Down

0 comments on commit 175e507

Please sign in to comment.