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 af2adb4 commit 14e0417Copy full SHA for 14e0417
action.yml
@@ -14,7 +14,7 @@ runs:
14
id: call-previewer
15
shell: bash
16
env:
17
- PREVIEWER_URL: "${{ inputs.previewer-server }}/preview/${{ github.repository }}/${{ github.event.issue.number }}"
+ PREVIEWER_URL: "${{ inputs.previewer-server }}/preview/${{ github.repository }}/${{ github.event.issue.number }}/"
18
ARTIFACT_JOB: ${{ inputs.artifact-job }}
19
run: |
20
PREVIEWER_RESPONSE=$(curl -X POST -f --data-urlencode \"job=${ARTIFACT_JOB}\" ${PREVIEWER_URL})
0 commit comments