Skip to content

Commit

Permalink
context probably not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Jan 12, 2024
1 parent bad86a1 commit 2667f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/trigger-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const inputs = {
environment: ENVIRONMENT,
};

const triggerAndWait = async ({ github, context, core }) => {
const triggerAndWait = async ({ github, core }) => {
const owner = 'department-of-veterans-affairs'; // user of private repo
const repo = 'notification-api-qa'; // private repo to contact
const workflow_id = 'regression.yml'; // Replace with your workflow file name or ID
Expand Down

0 comments on commit 2667f08

Please sign in to comment.