chore: add workflow file
This commit is contained in:
parent
31061baec1
commit
d6c3627c1a
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/create.yml
Normal file
20
.forgejo/workflows/create.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Template migration
|
||||||
|
|
||||||
|
# The workflow will run only when `use this template` is used
|
||||||
|
on: create
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
create:
|
||||||
|
runs-on: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: "Check out the repo"
|
||||||
|
uses: "actions/checkout@v4"
|
||||||
|
|
||||||
|
- name: "Update commit"
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
with:
|
||||||
|
commit_message: "chore: initial commit"
|
||||||
|
commit_options: "--amend"
|
||||||
|
push_options: "--force"
|
||||||
|
skip_fetch: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue