actions: add automerge example
This commit is contained in:
parent
c6cd39b074
commit
f9e20e7770
7 changed files with 202 additions and 2 deletions
13
actions/example-automerge/.forgejo/workflows/test.yml
Normal file
13
actions/example-automerge/.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:20-bookworm
|
||||
options: "--volume /srv/example:/srv/example"
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
${{ vars.SCRIPT }}
|
Loading…
Add table
Reference in a new issue