Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darren test #592

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
syntax fix for git config
  • Loading branch information
darrentmagic committed Jul 20, 2023
commit 5dfcbe891d7e6c9b4c40fb6de48006d4da31bda7
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: "configure ssh access"
run: git --config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "[email protected]:"
run: git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "[email protected]:"

- uses: actions/checkout@v2
with:
Expand Down
Loading