Fix review points

This commit is contained in:
IvanZosimov
2022-11-29 15:51:17 +01:00
parent 56969017e6
commit 10ebc94cac
4 changed files with 15 additions and 43 deletions
+1 -7
View File
@@ -5,12 +5,6 @@ name: Licensed
on:
workflow_call:
inputs:
licensed-url:
description: "Optional input to set the url of the required version of the Licenced tool"
required: false
type: string
default: "https://github.com/github/licensed/releases/download/3.9.0/licensed-3.9.0-linux-x64.tar.gz"
jobs:
validate-cached-dependency-records:
@@ -27,7 +21,7 @@ jobs:
- name: Install licensed tool
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz ${{inputs.licensed-url}}
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 mv licensed /usr/local/bin/licensed