Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 25, 2024
1 parent 9c02217 commit 8b6c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
should_record: ${{ contains(github.event.head_commit.message, '[e2e record]') || contains(join(github.event.pull_request.labels.*.name), 'e2e record') }}
spec-group: ${{ needs.setup-matrix.outputs.matrix }}
api_base_url: ${{ github.event.inputs.instance_url }}
app_url: ${{ github.event.inputs.instance_url }}/api/apps/line-listing/index.html
app_url: ${{ github.event.inputs.instance_url }}
dhis2_version: ${{ github.event.inputs.dhis2_version }}
secrets:
username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
Expand Down

0 comments on commit 8b6c5c2

Please sign in to comment.