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