We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ca4a2 commit dd08076Copy full SHA for dd08076
.github/workflows/workspace.yml
@@ -60,7 +60,8 @@ jobs:
60
id: prep-deploy
61
working-directory: ${{ steps.get-changed-folder.outputs.dir }}
62
run: |
63
- NAME=${${{ steps.get-changed-folder.outputs.dir }}#*/}
+ NAME=${{ steps.get-changed-folder.outputs.dir }}
64
+ NAME=${NAME#*/}
65
VERSION=$(jq -r '.version' ./tutorial-config.json)
66
67
echo $NAME
0 commit comments