Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Mar 20, 2024
1 parent ca6f2b8 commit f7eea2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
gh issue create \
--repo "dafny-lang/dafny" \
--title "(TEST ISSUE PLEASE IGNORE) Dafny nightly regression from ${{ github.repository }}" \
--label "release-blocker" \
--label "autocut" \
--body "Failure in ${{ github.workflow_ref }}.\n\nSee ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
--label "release-blocker,autocut" \
--body "Failure in ${{ github.workflow_ref }}. \
\
See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit f7eea2c

Please sign in to comment.