Skip to content

Commit

Permalink
try https for remote
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent 8e4e48f commit b363217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Add Remote
run: |
git remote add -f subnet-evm ava-labs/subnet-evm
git remote add -f subnet-evm https://github.com/ava-labs/subnet-evm
git remote -v # Verify the new remote was added
- name: Fetch Remote Branch (${{ github.events.inputs.remoteBranch }})
Expand Down

0 comments on commit b363217

Please sign in to comment.