Skip to content

Commit 58e7ff0

Browse files
Fix path in environment file generation; update output location for environment.ts to ensure correct file structure in CI workflow
1 parent 33f6536 commit 58e7ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/PR_Check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: PR Check
22

33
on:
44
pull_request:
5-
branches:
6-
- main
5+
branches:
6+
- main
77

88
jobs:
99
test:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate environment.ts from secrets
2222
shell: bash
2323
run: |
24-
cat > src/environments/environment.ts <<'EOF'
24+
cat > environments/environment.ts <<'EOF'
2525
export const environment = {
2626
production: false,
2727
supabaseUrl: '${{ secrets.SUPABASE_URL }}',

0 commit comments

Comments
 (0)