We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60e04 commit 37d839fCopy full SHA for 37d839f
.github/workflows/schedule.yaml
@@ -14,7 +14,9 @@ jobs:
14
- name: compile files
15
id: compile
16
run: |
17
- python3 main.py >> $GITHUB_STEP_SUMMARY
+ OUTPUT="$(python main.py)"
18
+ echo "summary=$OUTPUT" >> $GITHUB_OUTPUT
19
+ # python3 main.py >> $GITHUB_STEP_SUMMARY
20
# git config user.name 'Abhigyan Ghosh'
21
# git config user.email 'abhigyanghosh30@users.noreply.github.com'
22
# git add -A
0 commit comments