Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Sep 13, 2024
1 parent dee9cea commit ebf10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-e2e-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
script: |
const result = await github.rest.repos.createDispatchEvent({
owner: 'opencrvs',
repo: 'opencrvs-e2e',
repo: 'e2e',
event_type: 'run_e2e',
client_payload: {
actor: '${{ github.actor }}',
Expand Down

0 comments on commit ebf10c9

Please sign in to comment.