Skip to content

Commit f85bcda

Browse files
author
Vladimir Safonkin
authored
Fix the Licensed workflow (#258)
1 parent 4997896 commit f85bcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/licensed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
test:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Install licensed
1920
run: |
2021
cd $RUNNER_TEMP
21-
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
2223
sudo tar -xzf licensed.tar.gz
2324
sudo mv licensed /usr/local/bin/licensed
2425
- run: licensed status

0 commit comments

Comments
 (0)