Skip to content

Commit dd08076

Browse files
author
Abdulhakim Ajetunmobi
committed
workflow
1 parent 83ca4a2 commit dd08076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
id: prep-deploy
6161
working-directory: ${{ steps.get-changed-folder.outputs.dir }}
6262
run: |
63-
NAME=${${{ steps.get-changed-folder.outputs.dir }}#*/}
63+
NAME=${{ steps.get-changed-folder.outputs.dir }}
64+
NAME=${NAME#*/}
6465
VERSION=$(jq -r '.version' ./tutorial-config.json)
6566
6667
echo $NAME

0 commit comments

Comments
 (0)