Skip to content

Commit 54a250a

Browse files
committed
Deploy event name in called workflow
1 parent a5096b8 commit 54a250a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/static-analysis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
runs-on: "ubuntu-22.04"
3030

3131
steps:
32+
- name: "Debug"
33+
run: echo ${{ github.event_name }}
34+
shell: bash
35+
3236
- name: "Checkout"
3337
uses: "actions/checkout@v4"
3438
with:

0 commit comments

Comments
 (0)