Skip to content

Commit

Permalink
Just kidding with the curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Apr 10, 2023
1 parent dbdbb90 commit 5f65ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Make the branch fresh
- name: Make the branch fresh
run: |
git config --global --add safe.directory ${{GITHUB_WORKSPACE}}
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "itcrtrainingnetwork@gmail.com"
git config --global user.name "jhudsl-robot"
Expand Down

0 comments on commit 5f65ee9

Please sign in to comment.