We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b424797 commit 4a3d55aCopy full SHA for 4a3d55a
.github/workflows/check-links.yml
@@ -23,7 +23,7 @@ jobs:
23
GREP_SCHEME: "linux_amd64"
24
TARGET_FOLDER: /home/.local/bin
25
run: |
26
- mkdir -p ${TARGET_FOLDER}
+ sudo mkdir -p ${TARGET_FOLDER}
27
curl https://raw.githubusercontent.com/triole/ghwfe/master/sh/install_from_github.sh | bash
28
- name: run the test
29
env:
0 commit comments