Skip to content

Commit c01cf30

Browse files
authored
Update qa.yml
1 parent c33acc8 commit c01cf30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.event.workflow_run.conclusion == 'success'
1313
steps:
14+
- name: echo event
15+
run: echo $GITHUB_EVENT_PATH
1416
- uses: actions/checkout@v3
1517
with:
1618
repository: ${{ github.event.workflow_run.head_repository.full_name }}

0 commit comments

Comments
 (0)