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 c1fc053 commit d82f0a9Copy full SHA for d82f0a9
.github/workflows/issue-bot.yml
@@ -163,7 +163,7 @@ jobs:
163
if: github.event_name == 'pull_request'
164
env:
165
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
166
- run: echo "$(./console.php evaluate)" >> $GITHUB_STEP_SUMMARY
+ run: ./console.php evaluate >> $GITHUB_STEP_SUMMARY
167
168
- name: "Evaluate results - push"
169
working-directory: "issue-bot"
@@ -172,4 +172,4 @@ jobs:
172
GITHUB_PAT: ${{ secrets.PHPSTAN_BOT_TOKEN }}
173
PHPSTAN_SRC_COMMIT_BEFORE: ${{ github.event.before }}
174
PHPSTAN_SRC_COMMIT_AFTER: ${{ github.event.after }}
175
- run: echo "$(./console.php evaluate --post-comments)" >> $GITHUB_STEP_SUMMARY
+ run: ./console.php evaluate --post-comments >> $GITHUB_STEP_SUMMARY
0 commit comments