We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454d02c commit 51edfdfCopy full SHA for 51edfdf
1 file changed
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
with:
127
# FIXME:MONOREPO If docs are in a subdirectory, change this to: docs
128
# workspace_name: .
129
- app_name: react-router-devtools-docs-pr-${{ github.event.number }}
+ app_name: ${{ github.event.repository.name }}-${{ github.event.number }}
130
use_isolated_workspace: true
131
env_vars: |
132
APP_ENV=production
0 commit comments