This commit is contained in:
parent
1f6654d32a
commit
116fe546a6
@ -6,11 +6,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-readme:
|
AutoRelease:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
if: "contains(github.event.head_commit.message, 'Release')"
|
if: "contains(github.event.head_commit.message, 'Release')"
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: gitea/runner-images:ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user