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 6125d70 commit 3e2de52Copy full SHA for 3e2de52
.github/workflows/github-actions-demo.yml
@@ -27,5 +27,5 @@ jobs:
27
run: |
28
TARGET_FOLDER = "${{ github.workspace }}/DescriptiveStatistics"
29
echo "Listing all files in $TARGET_FOLDER of the workspace directory "
30
- find $TARGET_FOLDER -mindepth 2 -type f -name "*.py"
+ find "$TARGET_FOLDER" -mindepth 2 -type f -name "*.py"
31
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments