Skip to content

Commit

Permalink
adjusted for dynamic input
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Jan 11, 2024
1 parent 3e2c5a1 commit b4517dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/trigger-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const triggerAndWait = async ({ github, context, core }) => {
const repo = 'hello-world'; // private repo to contact
const workflow_id = 'run-tests.yml'; // Replace with your workflow file name or ID
const ref = 'main'; // Usually main or master
const jobName = 'Test in '; // Replace with the name of the job you want
const jobName = 'Run tests'; // Replace with the name of the job you want

// Access the environment input from environment variables
// Access the environment input from environment variables
const { ENVIRONMENT } = process.env;

const inputs = {
Expand Down

0 comments on commit b4517dc

Please sign in to comment.