We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dfcaa commit bccf385Copy full SHA for bccf385
1 file changed
.github/workflows/dailySummary.yml
@@ -29,7 +29,7 @@ jobs:
29
id: pythonscript
30
shell: bash
31
run: |
32
- output=$(python .github/scripts/dailySummary.py)
+ output=$(python .github/scripts/dailysummary.py)
33
echo "::set-output name=dailysummary::$output"
34
- name: check python script
35
0 commit comments