We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b381 commit 442278dCopy full SHA for 442278d
.github/workflows/deduplicate-lock-file.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: ⬇️ Checkout repo
21
uses: actions/checkout@v4
22
+ with:
23
+ token: ${{ secrets.FORMAT_PAT }}
24
25
- name: 📦 Setup pnpm
26
uses: pnpm/action-setup@v4
@@ -44,4 +46,4 @@ jobs:
44
46
fi
45
47
git commit -m "chore: deduplicate \`pnpm-lock.yaml\`"
48
git push
- echo "💿 https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"
49
+ echo "💿 pushed dedupe changes https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"
0 commit comments