Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 29, 2024
1 parent be58f17 commit a2cb108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def allocate_actions_runner(job_id, token):
data = response.json()
registration_token = data["token"]

time.sleep(1) # https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28#pause-between-mutative-requests
time.sleep(1) # https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28#pause-between-mutative-requests
response = requests.post(f'{GITHUB_API_BASE_URL}/actions/runners/remove-token', headers=headers)
response.raise_for_status()
data = response.json()
Expand Down

0 comments on commit a2cb108

Please sign in to comment.