We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1abb37 commit 541c257Copy full SHA for 541c257
.github/workflows/analyze_comment.yml
@@ -12,8 +12,8 @@ jobs:
12
comment:
13
runs-on: ubuntu-latest
14
if: >
15
- ${{ github.event.workflow_run.event == 'pull_request' &&
16
- github.event.workflow_run.conclusion == 'success' }}
+ github.event.workflow_run.event == 'pull_request' &&
+ github.event.workflow_run.conclusion == 'success'
17
steps:
18
- name: Download base branch bundle stats
19
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
0 commit comments