Fix review points

This commit is contained in:
IvanZosimov 2022-11-30 10:01:43 +01:00
parent 44fdc52e08
commit bc096e66e7

View File

@ -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