Skip to content

Commit

Permalink
Update create_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoldev authored Sep 15, 2023
1 parent 1c8d72b commit 4b2691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
ISSUES=$(curl -H "Authorization: token ${{ secrets.INSPER_BOT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/issues?state=open)
https://api.github.com/repos/${{ github.repository }}/issues?state=all)
COUNT=$(echo "$ISSUES" | jq '. | length')
if [[ "$COUNT" -eq 0 ]]; then
echo "::set-output name=has_issues::false"
Expand Down

0 comments on commit 4b2691c

Please sign in to comment.