Skip to content

Commit

Permalink
Update publish-prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-frontegg authored Nov 27, 2023
1 parent 0425732 commit 404f91c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
const oauthServiceRepo = 'oauth-service';
const workflow_id = 'update-react-dependency.yaml';
console.log(owner);
console.log(JSON.stringify(context));
const data = await github.rest.actions.createWorkflowDispatch({
owner,
repo: oauthServiceRepo,
Expand Down

0 comments on commit 404f91c

Please sign in to comment.