From 95f75858276045406a172659dd71ea45009aca97 Mon Sep 17 00:00:00 2001 From: "gardito.lukman@gmail.com" Date: Thu, 18 Jul 2024 11:19:20 +0700 Subject: [PATCH] init --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 658a99d..ddf7082 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,13 +1,13 @@ -name: Receive repository dispatch event - -on: - # Listen to a repository dispatch event by the name of `dispatch-event` - repository_dispatch: - types: [dispatch-event] - -jobs: - log: - runs-on: ubuntu-latest - steps: - - name: Event received +name: Receive repository dispatch event + +on: + # Listen to a repository dispatch event by the name of `dispatch-event` + repository_dispatch: + types: [dispatch-event] + +jobs: + log: + runs-on: ubuntu-latest + steps: + - name: Event received run: echo "Event received" \ No newline at end of file