Skip to content

Commit 6f00f1a

Browse files
Merge pull request #74 from Dans-Plugins/dmccoystephenson-patch-1
Update deploy.yml to include branch and repoUrl
2 parents 74989b5 + b03fee4 commit 6f00f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
--header "Authorization: Bearer ${DEPLOY_TOKEN}" \
8686
--form "pluginName=${PLUGIN_JAR_NAME}" \
8787
--form "file=@${JAR_FILE}" \
88+
--form "branch=${{ github.ref_name }}" \
89+
--form "repoUrl=${{ github.server_url }}/${{ github.repository }}" \
8890
"${DEPLOY_URL}/api/plugins/deploy") || {
8991
echo "❌ curl failed – network error or invalid URL"
9092
exit 1

0 commit comments

Comments
 (0)