From bf7e43070925fc88cfaf1b973966b8ddfb031dc6 Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 22 Oct 2023 12:02:27 -0700 Subject: [PATCH] actions syntax fix --- .github/workflows/test-all-patches-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 1325855..25cbd7e 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -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."