Skip to content

Commit

Permalink
added core library i think
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Jan 11, 2024
1 parent 91959d7 commit 9f93c09
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
@@ -1,6 +1,6 @@
// This script will be responsible for triggering a specified workflow, waiting for its completion, and then logging the conclusion.

const triggerAndWait = async ({ github, context }) => {
const triggerAndWait = async ({ github, context, core }) => {
const owner = 'cris-oddball'; // user of private repo
const repo = 'hello-world'; // private repo to contact
const workflow_id = 'run-tests.yml'; // Replace with your workflow file name or ID
Expand Down

0 comments on commit 9f93c09

Please sign in to comment.