Fix review points
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user