Skip to content

Commit f4819a4

Browse files
committed
ci: check if inside work tree
1 parent 92ff8e7 commit f4819a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
filter: blob:none
7878
persist-credentials: false
7979

80+
- run: git rev-parse --is-inside-work-tree
81+
8082
- name: Create env file
8183
run: |
8284
echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env

0 commit comments

Comments
 (0)