Skip to content

Commit

Permalink
chore: update repo reference in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 18, 2024
1 parent c377c1c commit 2e372c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
repository: ulisesgascon/express-examples
repository: expressjs/examples
event-type: integration-tests
client-payload: '{"branch": "${{ steps.get_branch.outputs.branch }}", "repo": "${{ steps.get_repo.outputs.repo }}"}'

0 comments on commit 2e372c6

Please sign in to comment.