Fixing whitespace.

This commit is contained in:
Federico Builes
2022-10-21 14:03:17 +02:00
parent b5c3d1e723
commit 80e573b784
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -99,4 +99,4 @@ Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*
-2
View File
@@ -55,7 +55,6 @@ end
repo_nwo = arg[:repo_nwo]
pr_number = arg[:pr_number]
octo = Octokit::Client.new(access_token: github_token)
pr = octo.pull_request(repo_nwo, pr_number)
@@ -63,7 +62,6 @@ event_file = Tempfile.new
event_file.write("{ \"pull_request\": #{pr.to_h.to_json}}")
event_file.close
action_inputs = {
"repo-token": github_token,
"config-file": config_file