Skip to content

Commit

Permalink
fix: build url workflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Feb 12, 2024
1 parent 3a6d0bb commit 57f2ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-build-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
id: get-comment-body
run: |
body="Plugin build for ${{ github.event.pull_request.head.sha }} is ready :bellhop_bell:!
- Download QuickWP - [Download](https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/quickwp.zip)"
- Download QuickWP - [Download](https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/quickwp-theme.zip)"
body="${body//$'\n'/'%0A'}"
echo "::set-output name=body::$body"
Expand Down

0 comments on commit 57f2ec5

Please sign in to comment.