actions syntax fix

This commit is contained in:
wyatt 2023-10-22 12:02:27 -07:00 committed by GitHub
parent 4561cbf379
commit bf7e430709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
push:
gollum: # on wiki edit
jobs:
Start Action:
start-action:
runs-on: ubuntu-latest
steps:
- run: echo "This was automatically triggered by a ${{ github.event_name }} event."