Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 29, 2024
1 parent c8719db commit 4a5b6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
# Credentials needed for pushing changes at the end.
# This is already the default, but for safety we are being explicit about this.
# This is already the default, but it's good to be explicit about this.
persist-credentials: true
# Commits made by workflow_dispatch trigger will trigger new workflows to run,
# so don't need to use SSH deploy key.
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
# @DangoCat account.
token: "${{ secrets.FORMAT_PR_GH_TOKEN }}"
# Credentials needed for pushing changes at the end.
# This is already the default, but for safety we are being explicit about this.
# This is already the default, but it's good to be explicit about this.
persist-credentials: true
- name: Checkout pull request
run: gh pr checkout "$PR_NUM"
Expand Down

0 comments on commit 4a5b6f0

Please sign in to comment.