Skip to content

Commit

Permalink
adding issue body adding issue creation for all networks
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledyoussef24 committed Jun 4, 2024
1 parent 7f0948d commit d4f1862
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,7 @@ jobs:
- name: Install jq
run: sudo apt-get install -y jq

- name: Check for existing issues
if: failure()
id: check-issues
run: |
existing_issue=$(gh issue list --state open --json title | jq -r '.[] | select(.title == "${{ github.workflow }} failed during ${{ github.event_name }}")')
echo "existing_issue=${existing_issue}" >> $GITHUB_ENV
- name: Create GitHub Issue on Failure
if: failure() && env.existing_issue == ''
uses: dacbd/create-issue-action@main
with:
token: ${{ github.token }}
Expand Down

0 comments on commit d4f1862

Please sign in to comment.