Skip to content

Commit

Permalink
- Changes from CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jun 14, 2024
1 parent aef1e54 commit bfed84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_integration/gh_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def get_input(name: str) -> str:
return os.getenv(f'INPUT_{name.replace("-", "_").upper()}', '')
return os.getenv(f'{name.replace("-", "_").upper()}', '')


def set_output(name: str, value: str, default_output_path: str = "default_output.txt"):
Expand Down

0 comments on commit bfed84f

Please sign in to comment.