We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c734533 commit 0cd1ad6Copy full SHA for 0cd1ad6
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)" >> "$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