Skip to content

Commit

Permalink
Update other comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 29, 2024
1 parent 4a5b6f0 commit f550ee2
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 @@ -19,11 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
# Commits made by workflow_dispatch trigger can trigger new workflows to run,
# so just use the default workflow token.
# Credentials needed for pushing changes at the end.
# 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.
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
Expand Down

0 comments on commit f550ee2

Please sign in to comment.