Skip to content

Commit

Permalink
fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Nov 30, 2023
1 parent 05f7a69 commit 60005af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
jq . < "${GITHUB_EVENT_PATH}" | tee github_event.json
- name: Create act event.json
run: |
gh act "${ACT_EVENT_NAME}" -e gh_act_event_raw.json -j noop
gh act "${ACT_EVENT_NAME}" -e gh_act_event_raw.json -j noop -W .github/workflows/main.yml
jq . < gh_act_event_raw.json | tee gh_act_event.json
- name: Diff
run: |
Expand Down

0 comments on commit 60005af

Please sign in to comment.