Skip to content

Commit 06772a1

Browse files
committed
ci(workflows): Add license update workflow
- Create a new GitHub Actions workflow to update the license - Trigger the workflow manually using workflow_dispatch - Reference the main branch of TheDragonCode/.github repository for reuse
1 parent ad65b9a commit 06772a1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/license.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: update license
2+
3+
# https://github.com/Laravel-Lang/lang/blob/main/.github/workflows/license.yml
4+
5+
on:
6+
workflow_dispatch:
7+
8+
jobs:
9+
Update:
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

0 commit comments

Comments
 (0)