We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8334c8 + 6f00f1a commit 67e8201Copy full SHA for 67e8201
.github/workflows/deploy.yml
@@ -85,6 +85,8 @@ jobs:
85
--header "Authorization: Bearer ${DEPLOY_TOKEN}" \
86
--form "pluginName=${PLUGIN_JAR_NAME}" \
87
--form "file=@${JAR_FILE}" \
88
+ --form "branch=${{ github.ref_name }}" \
89
+ --form "repoUrl=${{ github.server_url }}/${{ github.repository }}" \
90
"${DEPLOY_URL}/api/plugins/deploy") || {
91
echo "❌ curl failed – network error or invalid URL"
92
exit 1
0 commit comments