Skip to content

Commit 784e530

Browse files
committed
Fix
1 parent e12ad10 commit 784e530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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+
echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD -m\"\")">> "$GITHUB_ENV"
2323
2424
- name: Run e2e tests
2525
shell: bash

0 commit comments

Comments
 (0)