Skip to content

Commit

Permalink
ci skip (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer authored Nov 3, 2024
1 parent e255f73 commit 4e14dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu/milestone.nu
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export def delete-milestone [
}
let result = gh api -X DELETE $'/repos/($repo)/milestones/($milestoneId)'
let response = $result | from json
print $'Milestone with NO. (ansi p)($milestoneId)(ansi reset) was deleted with response:'
print $'Milestone with NO. (ansi p)($milestoneId)(ansi reset) was deleted successfully.'
$response | table -e | print
}

Expand Down

0 comments on commit 4e14dd5

Please sign in to comment.