Skip to content

Commit e5061c3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.workflow_run.conclusion == 'success'
1313
steps:
1414
- name: echo event
15-
run: echo $GITHUB_EVENT_PATH
15+
run: cat $GITHUB_EVENT_PATH
1616
- uses: actions/checkout@v3
1717
with:
1818
repository: ${{ github.event.workflow_run.head_repository.full_name }}

0 commit comments

Comments
 (0)