Skip to content

Commit 486ac05

Browse files
feat: pretty format YAML file
1 parent caa6e31 commit 486ac05

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-change-set.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
comment-audit:
2323
runs-on: ubuntu-latest
2424
permissions:
25-
pull-requests: write
25+
pull-requests: write
2626
needs: build
2727
steps:
2828

2929
- name: Download artifact from Build
3030
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 #v3
31-
if: steps.audit-packages.outputs.exit_code == 1
31+
if: steps.audit-packages.outputs.exit_code == 1
3232
with:
3333
name: vulnerabilities.txt
34-
34+
3535
- name: comment PR
3636
id: comment-pr
3737
run: gh pr comment ${{ github.event.number }} --body-file vulnerabilities.txt
3838
if: steps.audit-packages.outputs.exit_code == 1
3939
env:
40-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
env:
5353
PR_BASE_REF: ${{ github.event.pull_request.base.ref }}
5454
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
55-
PR_HEAD_REPO_CLONE_URL: ${{ github.event.pull_request.head.repo.clone_url }}
55+
PR_HEAD_REPO_CLONE_URL: ${{ github.event.pull_request.head.repo.clone_url }}

0 commit comments

Comments
 (0)