We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1582391 commit ce33c59Copy full SHA for ce33c59
1 file changed
.github/workflows/system-testing.yml
@@ -88,7 +88,7 @@ jobs:
88
echo " PR URL: ${{ github.event.pull_request.html_url }}"
89
echo ""
90
91
- # Trigger E2E tests in DOME-testing repository
+ # Trigger E2E tests in E2E-DOME-BAE repository
92
echo "Triggering E2E tests..."
93
curl -X POST \
94
-H "Authorization: token ${{ secrets.ADMIN }}" \
@@ -107,6 +107,6 @@ jobs:
107
\"pull_request_url\": \"${{ github.event.pull_request.html_url }}\"
108
}
109
}" \
110
- https://api.github.com/repos/sluFicodes/DOME-testing/dispatches
+ https://api.github.com/repos/sluFicodes/E2E-DOME-BAE/dispatches
111
112
echo "E2E tests triggered successfully!"
0 commit comments