Skip to content

Commit 4fb9dbd

Browse files
authored
Update github-actions-demo.yml
1 parent 2b8b766 commit 4fb9dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: List files in the repository
2727
run: |
2828
TARGET_FOLDER = "${{ github.workspace }}/DescriptiveStatistics"
29-
echo "Listing all files in ${{ TARGET_FOLDER }} of the workspace directory "
29+
echo "Listing all files in $TARGET_FOLDER of the workspace directory "
3030
find $TARGET_FOLDER -mindepth 2 -type f -name "*.py"
3131
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)