We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4997896 commit f85bcdaCopy full SHA for f85bcda
.github/workflows/licensed.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ workflow_dispatch:
11
12
jobs:
13
test:
@@ -18,7 +19,7 @@ jobs:
18
19
- name: Install licensed
20
run: |
21
cd $RUNNER_TEMP
- curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
22
+ curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1/licensed-3.3.1-linux-x64.tar.gz
23
sudo tar -xzf licensed.tar.gz
24
sudo mv licensed /usr/local/bin/licensed
25
- run: licensed status
0 commit comments