Skip to content

Commit 03e68f6

Browse files
committed
Force HTTPS instead of SSH for enhancing
1 parent 49e9a8b commit 03e68f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notion-repackaged.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
- uses: actions/checkout@v2
8686
- name: Install icnsutils and moreutils
8787
run: sudo apt-get install -y icnsutils moreutils
88+
- name: Force to use HTTPS instead of SSH
89+
run: git config --global url."https://github.com/".insteadOf "[email protected]:"
8890
- name: Retrieve saved vanilla sources
8991
uses: actions/download-artifact@v2
9092
with:

0 commit comments

Comments
 (0)