Skip to content

Commit ed73ace

Browse files
authored
make a newline on ack (#1421)
2 parents 185398b + bf8943f commit ed73ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/try.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- name: Acknowledge command
1212
id: acknowledge
1313
run: |
14-
gh pr comment ${{ github.event.issue.number }} --body "<!--try-ack-comment-->\nStarting try run. [Link to action](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}?pr=${{ github.event.issue.number }})"
14+
gh pr comment ${{ github.event.issue.number }} --body "<!--try-ack-comment-->
15+
Starting try run. [Link to action](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}?pr=${{ github.event.issue.number }})"
1516
env:
1617
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1718
continue-on-error: true

0 commit comments

Comments
 (0)