Rebuild.
Testing / prettier (push) Failing after 1m59s
Testing / unit-test (20.x) (push) Failing after 3m31s
Testing / e2e-test (20.x) (push) Failing after 4m39s

This commit is contained in:
2026-01-01 14:23:49 -05:00
parent ebbaff0628
commit d3e130a8e8
15 changed files with 1603 additions and 930 deletions
+16 -1
View File
@@ -21,9 +21,24 @@ keywords:
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
description: 'Token used for API calls (GitHub/Gitea/Forgejo). Typically set to ${{ secrets.GITHUB_TOKEN }}'
required: true
DRY_RUN:
description: 'If true, the action will log proposed changes but will not rebase or push commits'
required: false
default: 'false'
GIT_PLATFORM:
description: 'Platform the action is running on (e.g., "github", "gitea", "forgejo"). Determines API usage'
required: false
default: 'github'
GIT_PLATFORM_API_BASE:
description: 'Base API URL for non-GitHub platforms (e.g., Gitea/Forgejo) for diff endpoints'
required: false
default: ''
runs:
using: 'node16'
main: 'out/github-action.cjs'