Skip to content

Commit 05e1d8b

Browse files
Update license.yml
1 parent 725c4c0 commit 05e1d8b

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/license.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,5 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
update:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v3
13-
with:
14-
fetch-depth: 0
15-
- uses: FantasticFiasco/action-update-license-year@v3
16-
id: license
17-
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
19-
commitTitle: 'The year in the LICENSE file has been updated'
20-
prTitle: 'The year in the LICENSE file has been updated'
21-
- name: Merge PR
22-
if: steps.license.outputs.pullRequestNumber != ''
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
run: gh pr merge --merge --delete-branch ${{ steps.license.outputs.pullRequestNumber }}
9+
Update:
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

0 commit comments

Comments
 (0)