Skip to content

Commit 614f932

Browse files
committed
update
1 parent 2c6c6f5 commit 614f932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redispatch-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Print PR event payload
1616
continue-on-error: true
1717
run: |
18-
echo 'payload: ${{ toJSON(github.event.client_payload) }}'
18+
printf "payload: ${{ toJSON(github.event.client_payload) }}"
1919
2020
- name: Redispatch PyTorch event
2121
uses: peter-evans/repository-dispatch@v3

0 commit comments

Comments
 (0)