Skip to content

Commit

Permalink
toupper
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Jan 28, 2024
1 parent ab13bda commit 3455a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if (!actionsToken || !actionsUrl) {
process.exit(1);
}

const scope = process.env.INPUT_scope;
const identity = process.env.INPUT_identity;
const scope = process.env.INPUT_SCOPE;
const identity = process.env.INPUT_IDENTITY;

if (!scope || !identity) {
console.log(`::error::Missing required inputs 'scope' and 'identity'`);
Expand Down

0 comments on commit 3455a1b

Please sign in to comment.