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-null
  • Loading branch information
cansavvy committed Jan 26, 2024
1 parent 2bf2deb commit 662073a
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 @@ -22,9 +22,9 @@ jobs:

- name: Login as jhudsl-robot
run: |
git config --system --add safe.directory "$GITHUB_WORKSPACE"
git config --local user.email "[email protected]"
git config --local user.name "jhudsl-robot"
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "[email protected]"
git config --global user.name "jhudsl-robot"
- name: Set up test-sync.yml
run: |
Expand Down

0 comments on commit 662073a

Please sign in to comment.