Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan authored Dec 22, 2023
1 parent 5fe2de0 commit e8f0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ runs:
if (data == {}):
try:
with open("publiccode.yml", "r" as f:
with open("publiccode.yml", "r") as f:
data = yaml.safe_load(f)
filename = "publiccode.yml"
except FileNotFoundError:
Expand Down

0 comments on commit e8f0f6d

Please sign in to comment.