Skip to content

Commit

Permalink
Fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Oct 17, 2024
1 parent 2b99f35 commit aca1a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
print(f"meta={meta}", file=f)
if !ok:
if not ok:
sys.exit(1)
shell: python
id: example
Expand Down

0 comments on commit aca1a1b

Please sign in to comment.