Skip to content

Commit 8e35bbf

Browse files
committed
Fix typo in output
1 parent 1b90c83 commit 8e35bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-zip-on-woopay-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
- name: "Echo artifact ID"
4040
run: |
41-
echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
41+
echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
4242
4343
- name: "Post artifact ID as a PR comment"
4444
if: ${{ github.event_name == 'pull_request' }}
4545
run: |
46-
COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
46+
COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
4747
gh pr comment ${{ github.event.pull_request.number }} --body "$COMMENT"
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)