Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Aug 13, 2023
1 parent c50e8c8 commit 7658202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _update_workflow(self, workflow_path: str) -> set[str]:
updated_workflow_data = re.sub(
rf"({action})(\s+|$)",
rf"{updated_action}\2",
file_data,
updated_workflow_data,
0,
re.MULTILINE,
)
Expand Down

0 comments on commit 7658202

Please sign in to comment.