Skip to content

Commit

Permalink
Fix typo in output
Browse files Browse the repository at this point in the history
  • Loading branch information
malithsen committed Nov 7, 2024
1 parent 1b90c83 commit 8e35bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-zip-on-woopay-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

- name: "Echo artifact ID"
run: |
echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
echo "Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
- name: "Post artifact ID as a PR comment"
if: ${{ github.event_name == 'pull_request' }}
run: |
COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact_id }}"
COMMENT=":package: Build artifact ID: ${{ steps.upload_artifact.outputs.artifact-id }}"
gh pr comment ${{ github.event.pull_request.number }} --body "$COMMENT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8e35bbf

Please sign in to comment.