We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19007bb commit adec8e2Copy full SHA for adec8e2
.github/workflows/sftp-benchmark.yml
@@ -171,7 +171,7 @@ jobs:
171
curl -X POST \
172
$GITHUB_URL \
173
-H "Content-Type: application/json" \
174
- -H "Authorization: token $GITHUB_TOKEN" \
+ -H "Authorization: token $GH_TOKEN" \
175
-d "{\"body\":\"Performance test results:\n\n- [Download Results](https://github.com/${{ github.repository }}/actions/runs/$RUN_ID/artifacts/$DOWNLOAD_ARTIFACT)\n- [Upload Results](https://github.com/${{ github.repository }}/actions/runs/$RUN_ID/artifacts/$UPLOAD_ARTIFACT)\"}"
176
177
- name: Print logs if failed
0 commit comments