Skip to content

Commit

Permalink
Update src/gha_runner/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson authored Aug 5, 2024
1 parent fa9c585 commit 2e83946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gha_runner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def main(): # pragma: no cover
raise Exception("Missing required input variable INPUT_PROVIDER")
# Set the default timeout to 20 minutes
gh_timeout = int(os.environ.get("INPUT_GH_TIMEOUT", 1200))
gh_timeout = 1200

gha_params = {
"token": os.environ["GH_PAT"],
Expand Down

0 comments on commit 2e83946

Please sign in to comment.