mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00:00
Use licensed 3.x
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: jonabc/setup-licensed@v1
|
- uses: jonabc/setup-licensed@v1
|
||||||
with:
|
with:
|
||||||
version: '2.x'
|
version: '3.x'
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: npm install --production
|
- run: npm install --production
|
||||||
- uses: jonabc/licensed-ci@v1
|
- uses: jonabc/licensed-ci@v1
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: jonabc/setup-licensed@v1.0.2
|
- uses: jonabc/setup-licensed@v1.0.2
|
||||||
with:
|
with:
|
||||||
version: '2.x'
|
version: '3.x'
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: licensed status
|
- run: licensed status
|
||||||
|
|||||||
Reference in New Issue
Block a user