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