Skip to content

Commit

Permalink
key not working - trying no inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Jan 11, 2024
1 parent 7ca4469 commit 68aae63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/trigger-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// Access the environment input from environment variables
const { ENVIRONMENT } = process.env;

const inputs = {
environment: ENVIRONMENT,
branch: 'master',
};
// const inputs = {
// environment: ENVIRONMENT,
// branch: 'master',
// };

const triggerAndWait = async ({ github, context, core }) => {
const owner = 'department-of-veterans-affairs'; // user of private repo
Expand All @@ -24,7 +24,7 @@ const triggerAndWait = async ({ github, context, core }) => {
repo,
workflow_id,
ref,
inputs,
// inputs,
});

// Wait a moment for the workflow run to be initialized
Expand Down

0 comments on commit 68aae63

Please sign in to comment.