We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724116c commit b424797Copy full SHA for b424797
.github/workflows/check-links.yml
@@ -23,9 +23,9 @@ jobs:
23
GREP_SCHEME: "linux_amd64"
24
TARGET_FOLDER: /home/.local/bin
25
run: |
26
- sudo mkdir -p ${TARGET_FOLDER}
+ 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:
30
- PATH: ${PATH}:/home/.local/bin
+ PATH: /bin:/sbin:/usr/bin:/usr/sbin:/home/.local/bin
31
run: .github/sh/check-links.sh
0 commit comments