From 2e372c62774bea5438d6597a623aac2b7956fcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sun, 18 Feb 2024 18:13:36 +0100 Subject: [PATCH] chore: update repo reference in the pipeline --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 57e0613271..e16f7c3c72 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 }}"}' \ No newline at end of file