Skip to content

Commit 747040c

Browse files
authored
Update PrPingReciever.yml
1 parent d851414 commit 747040c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PrPingReciever.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: PR ID
1515
if: github.event.action == 'prupdate' && github.event.sender.login == 'JuliaControlBot'
1616
run: |
17-
echo "PR id: '${{ github.event.client_payload.pr_number }}'
17+
echo "PR id: '${{ github.event.client_payload.pr_number }}'"
1818
- name: Plots and comment
1919
env:
2020
ACCESS_TOKEN_BOT: ${{ secrets.ACCESS_TOKEN_BOT }}

0 commit comments

Comments
 (0)