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 1ca4240 commit 29458faCopy full SHA for 29458fa
1 file changed
.github/workflows/upload-dev-build.yml
@@ -61,8 +61,8 @@ jobs:
61
62
UPLOAD_DIR_PATH=$(pwd)/upload/
63
64
- echo "Created directory $UPLOAD_DIR_PATH" with the following full contents:"
65
- echo "$(ls -la $UPLOAD_DIR_PATH)"
+ echo "Created directory ${UPLOAD_DIR_PATH} with the following full contents:"
+ echo "$(ls -la ${UPLOAD_DIR_PATH})"
66
67
echo "PR_NUM=$PR_NUM" >> $GITHUB_OUTPUT
68
echo "SHA=$SHA" >> $GITHUB_OUTPUT
0 commit comments