Skip to content

Commit

Permalink
Commit to make GitHub actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock authored Aug 23, 2023
1 parent 7b8a4b3 commit b964aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input-parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function get(isRetry: boolean): InputParameters {
"The Octopus instance URL is required, please specify explicitly through the 'server' input or set the OCTOPUS_URL environment variable."
)
}

// temp: Make github run things
if (!parameters.apiKey && !parameters.accessToken) {
errors.push(
"The Octopus API Key is required, please specify explicitly through the 'api_key' input or set the OCTOPUS_API_KEY environment variable."
Expand Down

0 comments on commit b964aa8

Please sign in to comment.