Skip to content

Commit 37d839f

Browse files
try output
1 parent 4f60e04 commit 37d839f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/schedule.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- name: compile files
1515
id: compile
1616
run: |
17-
python3 main.py >> $GITHUB_STEP_SUMMARY
17+
OUTPUT="$(python main.py)"
18+
echo "summary=$OUTPUT" >> $GITHUB_OUTPUT
19+
# python3 main.py >> $GITHUB_STEP_SUMMARY
1820
# git config user.name 'Abhigyan Ghosh'
1921
# git config user.email 'abhigyanghosh30@users.noreply.github.com'
2022
# git add -A

0 commit comments

Comments
 (0)