Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
gardito-git committed Jul 18, 2024
1 parent 0b62e80 commit 95f7585
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 95f7585

Please sign in to comment.