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 4c7d2f9 commit 1b3e8c1Copy full SHA for 1b3e8c1
.github/workflows/github-actions-demo.yml
@@ -26,6 +26,5 @@ jobs:
26
- name: List files in the repository
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 -type f -name "*.py"
31
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments