File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 echo "COUNT=$DATA_LENGTH" >> $GITHUB_OUTPUT
4242 - name : Comment on PR
4343 if : steps.get_commit_count.outputs.COUNT < 3
44- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
44+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
4545 with :
4646 token : ${{ secrets.GITHUB_TOKEN }}
4747 body : |
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${SURGE_TOKEN}
127127
128128 - name : success comment
129- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
129+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
130130 if : ${{ steps.deploy.outcome == 'success' }}
131131 with :
132132 token : ${{ secrets.GITHUB_TOKEN }}
@@ -138,7 +138,7 @@ jobs:
138138
139139 - name : failed comment
140140 if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-failure) || steps.deploy.outcome == 'failure' || failure() }}
141- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
141+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
142142 with :
143143 token : ${{ secrets.GITHUB_TOKEN }}
144144 body : |
Original file line number Diff line number Diff line change 2222 runs-on : blacksmith-4vcpu-ubuntu-2404
2323 steps :
2424 - name : update status comment
25- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
25+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
2626 with :
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828 body : |
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 echo "${delimiter}" >> "${GITHUB_OUTPUT}"
154154
155155 - name : success comment
156- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
156+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
157157 if : ${{ steps.report.outcome == 'success' }}
158158 with :
159159 token : ${{ secrets.GITHUB_TOKEN }}
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : failed comment
167167 if : ${{ steps.download_report.outcome == 'failure' || steps.report.outcome == 'failure' || failure() }}
168- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
168+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
169169 with :
170170 token : ${{ secrets.GITHUB_TOKEN }}
171171 body : |
Original file line number Diff line number Diff line change 2828 timeout-minutes : 10
2929 steps :
3030 - name : update status comment
31- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
31+ uses : actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
3434 body : |
You can’t perform that action at this time.
0 commit comments