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 2b8b766 commit 4fb9dbdCopy full SHA for 4fb9dbd
.github/workflows/github-actions-demo.yml
@@ -26,6 +26,6 @@ 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 "
+ echo "Listing all files in $TARGET_FOLDER of the workspace directory "
30
find $TARGET_FOLDER -mindepth 2 -type f -name "*.py"
31
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments