Skip to content

Commit

Permalink
Close parenthesis on separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed Jun 9, 2020
1 parent 58960b3 commit 9b2db09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
Plugin builds for ${{ github.sha }} are ready :cook:!
- Download the development build [here](https://storage.googleapis.com/ampwp_github_artifacts/${{ github.ref }}/dev/amp.zip)
- Download the production build [here](https://storage.googleapis.com/ampwp_github_artifacts/${{ github.ref }}/prod/amp.zip)
EOF)"
EOF
)"
- name: Create comment on PR with links to plugin builds
if: ${{ steps.find-comment.outputs.comment-id == '' }}
Expand Down

0 comments on commit 9b2db09

Please sign in to comment.