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 342fbd8 commit ec6b9ddCopy full SHA for ec6b9dd
.github/workflows/analyze_comment.yml
@@ -15,8 +15,8 @@ jobs:
15
comment:
16
runs-on: ubuntu-latest
17
if: >
18
- ${{ github.event.workflow_run.event == 'pull_request' &&
19
- github.event.workflow_run.conclusion == 'success' }}
+ github.event.workflow_run.event == 'pull_request' &&
+ github.event.workflow_run.conclusion == 'success'
20
steps:
21
- name: Download base branch bundle stats
22
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
0 commit comments