Skip to content

Commit

Permalink
Update auto-close-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poriz authored Jan 31, 2024
1 parent 0bbf0ab commit 2f641af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "All tasks are completed. Closing issue."
echo "Issue Number: ${{ github.event.issue.number }}"
echo "Issue Body: ${{ github.event.issue.body }}"
gh issue close ${{ github.event.issue.number }}
gh issue close https://github.com/zizzic/main_repo/issues/${{ github.event.issue.number }}
elif [ "$CHECKBOX_TOTAL" -eq "0" ]; then
echo "No tasks found. Skipping."
Expand Down

0 comments on commit 2f641af

Please sign in to comment.