Skip to content

Commit

Permalink
Force HTTPS instead of SSH for enhancing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Dec 15, 2021
1 parent 49e9a8b commit 03e68f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install icnsutils and moreutils
run: sudo apt-get install -y icnsutils moreutils
- name: Force to use HTTPS instead of SSH
run: git config --global url."https://github.com/".insteadOf "git@github.com:"
- name: Retrieve saved vanilla sources
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 03e68f6

Please sign in to comment.