Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print GITHUB_URL taken from the oidc token issuer (#11747)
* Pass repository URL as ADO parameter * Fix unit tests * Fix unit tests * Setenv GITHUB_URL based on the oidc token issuer * Revert "Fix unit tests" This reverts commit addad01. * Revert "Fix unit tests" This reverts commit ea1a8f4. * Revert "Pass repository URL as ADO parameter" This reverts commit d97f002. * receiver name tokenProcessor should be consistent with previous receiver name t for TokenProcessor * print ADO githubURL variable * Setenv GITHUB_URL based on the oidc token issuer * don't print ADO githubURL variable * Set GITHUB_URL to github.com * setvariable githubUrl to github.com * setvariable githubUrl to github.com * Add one more print statement * Print GITHUB_URL=https://github.com * Use Printf instead of Println * Revert the code used for not e2e tests
- Loading branch information