Skip to content

Commit fd62067

Browse files
author
github-actions
committed
[BUILD]: 7e95198e7e69dfaa642a4e5099d422781365cef5
1 parent 044af2c commit fd62067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: |
2929
cd build || echo "already in build"
3030
# get repository name and it's first word before hypher and pass that as argument
31-
REPO_NAME=$(echo ${{ github.repository }} | cut -d'-' -f1)
31+
REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2 | cut -d'-' -f1)
3232
echo "REPO_NAME: $REPO_NAME"
3333
# npm run build -- $REPO_NAME

0 commit comments

Comments
 (0)