We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c1f06 commit c325e3eCopy full SHA for c325e3e
.github/workflows/send-beta-build.yml
@@ -108,10 +108,10 @@ jobs:
108
-d '{
109
"event_type": "deploy-build",
110
"client_payload": {
111
- "source_repo": "${{ github.repository }}",
112
- "artifact_url": "${{ steps.get-artifact.outputs.url }}",
113
- "token": "${{ secrets.GITHUB_TOKEN }}",
114
- "subfolder": "${{ steps.set-zip-name.outputs.subfolder }}",
115
- "zip_name": "${{ steps.set-zip-name.outputs.zip_name }}"
+ "source_repo": "'${{ github.repository }}'",
+ "artifact_url": "'${ARTIFACT_URL}'",
+ "token": "'${{ secrets.GITHUB_TOKEN }}'",
+ "subfolder": "'${SUBFOLDER}'",
+ "zip_name": "'${ZIP_NAME}'"
116
}
117
}'
0 commit comments