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 425ef54 commit 9669e80
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 @@ -28,7 +28,7 @@ jobs:
echo "goal : https://github.com/zizzic/main_repo/issues/28"
echo "https://github.com/zizzic/main_repo/issues/${{ github.event.issue.number }}"
echo ${{ github.workspace }}
gh issue close https://github.com/zizzic/main_repo/issues/${{ 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 9669e80

Please sign in to comment.