Fix review points
This commit is contained in:
parent
44fdc52e08
commit
bc096e66e7
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install licensed tool
|
- name: Install licensed tool
|
||||||
run: |
|
run: |
|
||||||
cd $RUNNER_TEMP
|
cd "$RUNNER_TEMP"
|
||||||
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.9.0/licensed-3.9.0-linux-x64.tar.gz
|
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.9.0/licensed-3.9.0-linux-x64.tar.gz
|
||||||
sudo tar -xzf licensed.tar.gz
|
sudo tar -xzf licensed.tar.gz
|
||||||
sudo mv licensed /usr/local/bin/licensed
|
sudo mv licensed /usr/local/bin/licensed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user