Skip to content

Commit 3cf3c4b

Browse files
committed
feat-02A-trigerring
1 parent 4d64094 commit 3cf3c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/02-workflow-events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Show the trigger
10-
run: echo "trigged by an {{ github.event_name }} event."
10+
run: echo "trigged by an ${{ github.event_name }} event."

0 commit comments

Comments
 (0)