Skip to content

Commit

Permalink
[BUGS-6560]: authtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Jan 30, 2024
1 parent 5ec0b6a commit b05efbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ssh-auth-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Test SSH Auth
id: test_auth
run: |
git ls-remote origin
git config --global user.name 'Your Name'
git config --global user.email '[email protected]'
git checkout -b BUGS-6560-REMOVE-ME
git push -u origin BUGS-6560-REMOVE-ME
git push origin --delete BUGS-6560-REMOVE-ME

0 comments on commit b05efbf

Please sign in to comment.