We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 185398b + bf8943f commit ed73aceCopy full SHA for ed73ace
.github/workflows/try.yml
@@ -11,7 +11,8 @@ jobs:
11
- name: Acknowledge command
12
id: acknowledge
13
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 }})"
+ 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 }})"
16
env:
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
continue-on-error: true
0 commit comments