There was an error while loading. Please reload this page.
upgrade
trunk-action
1 parent b9a029a commit 7ffab46Copy full SHA for 7ffab46
1 file changed
.github/workflows/trunk-upgrade.yml
@@ -19,9 +19,9 @@ jobs:
19
20
- name: Install Trunk CLI
21
uses: trunk-io/trunk-action@e1234e67a86010d61ddac8d8ebf4b783e2ffd2fa # v2.0.0
22
-
23
- - name: Upgrade Trunk CLI and linters
24
- run: '"${TRUNK_PATH}" upgrade -y --include-cli'
+ with:
+ check-mode: none
+ post-init: '"${TRUNK_PATH}" upgrade -y --include-cli'
25
env:
26
# Authenticated requests get a higher GitHub API rate limit (pinact).
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments