Skip to content

Commit fbf9266

Browse files
committed
Try single quotes
1 parent 784e530 commit fbf9266

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/e2e-tests/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ runs:
1919
mkdir -p "$HOME/.local/bin"
2020
./install -b "$HOME/.local/bin"
2121
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"
22+
SSO_LOGIN_URL=https://login.apigee.com
23+
echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD -m '')">> "$GITHUB_ENV"
2324
2425
- name: Run e2e tests
2526
shell: bash

0 commit comments

Comments
 (0)