Skip to content

Commit

Permalink
ci: change repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 18, 2024
1 parent 6274c18 commit 9611907
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,7 +25,7 @@ jobs:
env:
TOKEN: ${{ secrets.PAT_INTEGRATION_TESTS }}
run: |
response=$(curl -X POST https://api.github.com/repos/expressjs/examples/dispatches \
response=$(curl -X POST https://api.github.com/repos/UlisesGascon/express-examples/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H "Authorization: token $TOKEN" \
--data '{"event_type": "integration-tests", "client_payload": {"branch": "${{ steps.get_branch.outputs.branch }}", "repo": "${{ steps.get_repo.outputs.repo }}"}}')
Expand Down

0 comments on commit 9611907

Please sign in to comment.