Skip to content

Commit

Permalink
fix project_id error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-acuitymd committed Aug 20, 2024
1 parent 6384b34 commit 46309ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export async function run(logger: Logger) {
// Set the project ID environment variables to the computed values.
if (!projectID) {
logger.info(
`⚠️ Failed to a project ID from the given inputs. Neither the ` +
`⚠️ Failed to compute a project ID from the given inputs. Neither the ` +
`"project_id" output nor any environment variables will be ` +
`exported. If you require these values in other steps, specify the ` +
`"project_id" input directly.`,
Expand Down

0 comments on commit 46309ef

Please sign in to comment.