From af0721c09658372c9c695fc22fb3837c21a60ab0 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Tue, 10 Dec 2024 14:16:33 -0500 Subject: [PATCH] test directory change --- .github/workflows/firebase-hosting-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 0faecdf2..be81fcdb 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -23,6 +23,7 @@ jobs: - uses: actions/checkout@v4 - run: cd login-workflow && yarn install:dependencies && yarn link:workflow && cd example && yarn && yarn build - run: | + cd login-workflow/example echo "${{ secrets.OKTA_APP_ISSUER }}" > .env.local - uses: FirebaseExtended/action-hosting-deploy@v0 with: