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.
2 parents b435091 + 877b100 commit ed67483Copy full SHA for ed67483
.github/workflows/upload_docker.pr.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
script: |
77
github.rest.issues.createComment({
78
- issue_number: ${{ needs.upload-docker-pr.outputs.prnumber }},
+ issue_number: ${{ needs.upload-docker-pr.outputs.prnumber }}
79
owner: context.repo.owner,
80
repo: context.repo.repo,
81
body: 'Created image with name `${{ needs.upload-docker-pr.outputs.imagename }}`. WARNING: run this at your own risk - it is an untrusted PR.'
0 commit comments