Skip to content

Commit 2e372c6

Browse files
committed
chore: update repo reference in the pipeline
1 parent c377c1c commit 2e372c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: peter-evans/repository-dispatch@v1
2626
with:
2727
token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
28-
repository: ulisesgascon/express-examples
28+
repository: expressjs/examples
2929
event-type: integration-tests
3030
client-payload: '{"branch": "${{ steps.get_branch.outputs.branch }}", "repo": "${{ steps.get_repo.outputs.repo }}"}'

0 commit comments

Comments
 (0)