We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e9a8b commit 03e68f6Copy full SHA for 03e68f6
.github/workflows/notion-repackaged.yml
@@ -85,6 +85,8 @@ jobs:
85
- uses: actions/checkout@v2
86
- name: Install icnsutils and moreutils
87
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]:"
90
- name: Retrieve saved vanilla sources
91
uses: actions/download-artifact@v2
92
with:
0 commit comments