Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 18, 2023
1 parent 53607db commit 731697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
for label in labels:
if label['name'].startswith('pipeline-'):
print("Labeled", label)
with open(os.environ['GITHUB_OUTPUT'], 'r') as f:
with open(os.environ['GITHUB_OUTPUT'], 'w') as f:
print("pipeline-label=" + label['name'], file=f)
exit(0)
print("::error title=Missing pipeline label::PRs for character additions must have a pipeline label.")
Expand Down

0 comments on commit 731697a

Please sign in to comment.