Skip to content

Commit

Permalink
update cd for proper action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 1, 2024
1 parent 2341ccb commit a01fa92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
const workflow_id = 'deploy-base.yml';
const owner = context.repo.owner;
const repo = context.repo.repo;
await github.actions.createWorkflowDispatch({
await github.rest.actions.createWorkflowDispatch({
owner,
repo,
workflow_id,
Expand All @@ -43,7 +43,7 @@ jobs:
const workflow_id = 'deploy-microservices.yml';
const owner = context.repo.owner;
const repo = context.repo.repo;
await github.actions.createWorkflowDispatch({
await github.rest.actions.createWorkflowDispatch({
owner,
repo,
workflow_id,
Expand Down

0 comments on commit a01fa92

Please sign in to comment.