We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b870b4 commit 3d4603aCopy full SHA for 3d4603a
1 file changed
.github/workflows/archrules.yml
@@ -31,10 +31,10 @@ jobs:
31
build-scan-terms-of-use-agree: 'yes'
32
- name: Gradle run archrules
33
run: ./gradlew --stacktrace archRulesConsoleReport archRulesMarkdownReport
34
- - name: Arch Rule Reports stop summary
+ - name: Arch Rule Reports step summary
35
run: cat build/reports/archrules/report.md > $GITHUB_STEP_SUMMARY
36
- name: PR Comment
37
if: github.event_name == 'pull_request'
38
- run: gh pr comment ${{ github.event.number }} -F build/reports/archrules/report.md
+ run: gh pr comment ${{ github.event.number }} --edit-last --create-if-none -b "[ArchRules report](${{ github.server.url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
39
env:
40
GH_TOKEN: ${{ github.token }}
0 commit comments