mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-02-04 18:23:09 +00:00
actions syntax fix
This commit is contained in:
parent
4561cbf379
commit
bf7e430709
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
gollum: # on wiki edit
|
gollum: # on wiki edit
|
||||||
jobs:
|
jobs:
|
||||||
Start Action:
|
start-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "This was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "This was automatically triggered by a ${{ github.event_name }} event."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user