.forgejo/workflows/run.yaml aktualisiert
This commit is contained in:
parent
08d58b5fd0
commit
f0bebfab1b
1 changed files with 26 additions and 18 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
on: pull_request
|
||||||
|
jobs:
|
||||||
|
checkout:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: checkóut
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook@v3
|
uses: dawidd6/action-ansible-playbook@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue