Skip to content

Commit

Permalink
chore: fix CI detection in workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Feb 22, 2024
1 parent 30a0673 commit 5ca335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-workflow-issue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ list_issues() {
}

update() {
if test -n "$GITHUB_TOKEN"; then
if test -z "$NOOP"; then
gh issue edit -F - 728
else
cat
Expand Down

0 comments on commit 5ca335a

Please sign in to comment.