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 1b90c83 commit 8e35bbfCopy full SHA for 8e35bbf
.github/workflows/build-zip-on-woopay-changes.yml
@@ -38,12 +38,12 @@ jobs:
38
39
- name: "Echo artifact ID"
40
run: |
41
- echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
+ echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
42
43
- name: "Post artifact ID as a PR comment"
44
if: ${{ github.event_name == 'pull_request' }}
45
46
- COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
+ COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
47
gh pr comment ${{ github.event.pull_request.number }} --body "$COMMENT"
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments