We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6181f0b commit 3f9431aCopy full SHA for 3f9431a
1 file changed
.github/workflows/publish.yml
@@ -93,13 +93,7 @@ jobs:
93
-d '{
94
"ref": "deploytrack-changes",
95
"inputs": {
96
- "pr_number": "${{ github.event.pull_request.number}}",
97
- "commit": "${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}",
98
"status": "${{needs.publish.result}}"
99
- "kotahi_id": "en33e2794fb6cf8a35"
100
- "deployer": "xero-codegen-bot"
101
- "url": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
102
- "environment": "test"
103
}
104
}'
105
0 commit comments