Skip to content

Commit

Permalink
Update trigger increment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterina-chubrick committed Mar 21, 2024
1 parent 43d4d3d commit b20bf49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-increment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github-token: ${{ secrets.WORKFLOW_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'veraPDF',
repo: 'verapdf-webapp-server',
owner: 'duallab',
repo: 'pdf4wcag-webapp-server',
workflow_id: 'version-auto-increment.yml',
ref: 'master'
ref: 'integration'
})

0 comments on commit b20bf49

Please sign in to comment.