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 6cc719a commit ccf2aafCopy full SHA for ccf2aaf
.github/workflows/generate-build-infos.yml
@@ -59,6 +59,6 @@ jobs:
59
60
- name: collect infos
61
id: tag
62
- run: awesome-ci pr info -n ${{ inputs.prnumber }}
+ run: awesome-ci pr info -n ${{ inputs.prnumber }} > $GITHUB_STEP_SUMMARY
63
env:
64
GITHUB_TOKEN: ${{ secrets.token }}
0 commit comments