Skip to content

Commit

Permalink
Use commit SHA from recently pushed commit (#4839)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon authored Jun 12, 2020
1 parent 5c95a5e commit 7fc9330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
id: get-comment-body
# Setting a multi-line output requires escaping line-feeds. See <https://github.saobby.my.eu.orgmunity/t/set-output-truncates-multiline-strings/16852/3>.
run: |
body="Plugin builds for ${{ github.sha }} are ready :bellhop_bell:!
body="Plugin builds for ${{ github.event.pull_request.head.sha }} are ready :bellhop_bell:!
- Download [development build](https://storage.googleapis.com/ampwp_github_artifacts/${{ github.ref }}/dev/amp.zip)
- Download [production build](https://storage.googleapis.com/ampwp_github_artifacts/${{ github.ref }}/prod/amp.zip)"
body="${body//$'\n'/'%0A'}"
Expand Down

0 comments on commit 7fc9330

Please sign in to comment.