File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 # FIXME uncomment if working with monorepo structure
137137 # workspace_name: docs
138138 app_name : ${{ github.event.repository.name }}-${{ github.event.number }}
139- use_isolated_workspace : true
139+ use_isolated_workspace : false
140140 env_vars : |
141141 APP_ENV=production
142142 GITHUB_OWNER=${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ jobs:
102102 # FIXME uncomment if working with monorepo structure
103103 # workspace_name: docs
104104 app_name : ${{github.event.repository.name}}-${{ github.ref_name }}
105- use_isolated_workspace : true
105+ use_isolated_workspace : false
106106 env_vars : |
107107 APP_ENV=production
108108 GITHUB_OWNER=${{ github.repository_owner }}
109109 GITHUB_REPO=${{ github.event.repository.name }}
110- GITHUB_REPO_URL=https://github.com/${{ github.repository }}
110+ GITHUB_REPO_URL=https://github.com/${{ github.repository }}
You can’t perform that action at this time.
0 commit comments