We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12ad10 commit 784e530Copy full SHA for 784e530
1 file changed
.github/actions/e2e-tests/action.yml
@@ -19,7 +19,7 @@ runs:
19
mkdir -p "$HOME/.local/bin"
20
./install -b "$HOME/.local/bin"
21
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
22
- echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD -m\"\"")">> "$GITHUB_ENV"
+ echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD -m\"\")">> "$GITHUB_ENV"
23
24
- name: Run e2e tests
25
shell: bash
0 commit comments