Skip to content

Commit 1b3e8c1

Browse files
authored
Update github-actions-demo.yml
1 parent 4c7d2f9 commit 1b3e8c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ 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 "
30-
find $TARGET_FOLDER -mindepth 2 -type f -name "*.py"
29+
find $TARGET_FOLDER -type f -name "*.py"
3130
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)