We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725c4c0 commit 05e1d8bCopy full SHA for 05e1d8b
.github/workflows/license.yml
@@ -6,20 +6,5 @@ on:
6
workflow_dispatch:
7
8
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
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 }}
+ Update:
+ uses: TheDragonCode/.github/.github/workflows/license.yml@main
0 commit comments