Skip to content

Commit

Permalink
Get issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 4, 2023
1 parent ea203f9 commit 921661a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Failing job
run: exit 1
run: exit 0

create-issue:
runs-on: ubuntu-latest
Expand All @@ -36,6 +36,3 @@ jobs:
### Context
[Failed Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
[Codebase](https://github.com/${{ github.repository }}/tree/${{ github.sha }})
Workflow name - `${{ github.workflow }}`
Job - `${{ github.job }}`
Status - `${{ job.status }}`

0 comments on commit 921661a

Please sign in to comment.