Skip to content

Commit 3d4603a

Browse files
committed
change archrules comment to a link
1 parent 9b870b4 commit 3d4603a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/archrules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
build-scan-terms-of-use-agree: 'yes'
3232
- name: Gradle run archrules
3333
run: ./gradlew --stacktrace archRulesConsoleReport archRulesMarkdownReport
34-
- name: Arch Rule Reports stop summary
34+
- name: Arch Rule Reports step summary
3535
run: cat build/reports/archrules/report.md > $GITHUB_STEP_SUMMARY
3636
- name: PR Comment
3737
if: github.event_name == 'pull_request'
38-
run: gh pr comment ${{ github.event.number }} -F build/reports/archrules/report.md
38+
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 }})"
3939
env:
4040
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)