Skip to content

Commit

Permalink
Update poi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov committed Nov 8, 2021
1 parent b75dc4f commit c3fb3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/poi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
run: |
body="${{ env.build_name }} Worflow Failure \n Build Number: ${{ github.run_number }} \n Build Log: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} \n SHA: [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\n"
gh issue create --title "${{ env.build_name }} Workflow ${{ github.run_number }} Failed!" --body "$body"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c3fb3d0

Please sign in to comment.