Skip to content

Commit

Permalink
update e2eyml
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 16, 2023
1 parent a742c28 commit 7a37be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Setting URLS to environment
run: |
APP_DIR_ONLY_URL=$(jq -r '.["e2e-example-AppDirOnly"].AppDirOnlyUrl' .sst/outputs.json)
APP_DIR_ONLY_URL=$(jq -r '.["e2e-example-AppDirOnly"].url' .sst/outputs.json)
echo "APP_DIR_ONLY_URL=$APP_DIR_ONLY_URL" >> $GITHUB_ENV
PAGES_ONLY_URL=$(jq -r '.["e2e-example-PagesOnly"].url' .sst/outputs.json)
echo "PAGES_ONLY_URL=$PAGES_ONLY_URL" >> $GITHUB_ENV
Expand Down

0 comments on commit 7a37be8

Please sign in to comment.