File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - run : echo "${{ steps.cog-check.outputs.stdout }}"
3030
31+ - uses : ./cocogitto-action
32+ id : cog-changelog
33+ with :
34+ command : changelog
35+
36+ - run : echo "${{ steps.cog-changelog.outputs.stdout }}"
37+
3138 test-container :
3239 runs-on : ubuntu-latest
3340 container :
5158 command : check
5259
5360 - run : echo "${{ steps.cog-check.outputs.stdout }}"
61+
62+ - uses : ./cocogitto-action
63+ id : cog-changelog
64+ with :
65+ command : changelog
66+
67+ - run : echo "${{ steps.cog-changelog.outputs.stdout }}"
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ if [ -z "$COMMAND" ]; then
2121fi
2222
2323echo " Running command: cog $COMMAND $ARGS "
24- stdout=$( cog $COMMAND $ARGS 2>&1 | tee /dev/stdout)
24+ stdout=" $( cog $COMMAND $ARGS 2>&1 ) "
25+ echo $stdout
2526echo " stdout<<EOF" >> " $GITHUB_OUTPUT "
2627echo " $stdout " >> " $GITHUB_OUTPUT "
2728echo " EOF" >> " $GITHUB_OUTPUT "
You can’t perform that action at this time.
0 commit comments