Skip to content

Commit 96eafe7

Browse files
committed
Added dynamic secret
1 parent b6dfaf9 commit 96eafe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm ci
2424

2525
- name: Extract repository name
26-
run: echo "BASE_PATH=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
26+
run: echo "BASE_PATH=/$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
2727

2828
- name: Build my App
2929
run: npm run build && touch ./out/.nojekyll

0 commit comments

Comments
 (0)