Skip to content

Commit

Permalink
QA-204 - Update qa master to main (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
cris-oddball authored Aug 28, 2024
1 parent c34a37e commit 7830639
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 @@ -12,7 +12,7 @@ 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
const ref = 'master'; // Usually main or master. THIS IS THE REF of the REGRESSION repo! TODO #204 - change ref from master to main
const ref = 'main'; // The main branch. THIS IS THE REF of the REGRESSION repo!
const jobName = `Test in ${ENVIRONMENT}`; // Replace with the name of the job you want

// Create a timestamp for workflow run tracking
Expand Down

0 comments on commit 7830639

Please sign in to comment.