diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 5096d6ac..be6762ad 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -24,7 +24,7 @@ jobs: prnumber: ${{ github.event.pull_request.number }} prsource: ${{ github.event.pull_request.head.ref }} prtarget: ${{ github.event.pull_request.base.ref }} - username: ${{ secrets.L2_REPO_USER }} + username: ${{ secrets.L2_REPO_USER }} prsourcerepository: ${{ github.event.pull_request.head.repo.full_name }} run: | - bash ./IntegrationTests/.github/workflows/TriggerIntegrationTests.sh "$token" "$commit" "$repository" "$prnumber" "$prsource" "$prtarget" "$username" "$prsourcerepository" + bash ./IntegrationTests/.github/workflows/TriggerIntegrationTests.sh $token $commit $repository $prnumber $prsource $prtarget $username $prsourcerepository