Skip to content

Update typings for jamesives/github-pages-deploy-action@v4 - #193

Merged
krzema12 merged 2 commits into
mainfrom
typings/jamesives-github-pages-deploy-action-v4
Aug 11, 2026
Merged

Update typings for jamesives/github-pages-deploy-action@v4#193
krzema12 merged 2 commits into
mainfrom
typings/jamesives-github-pages-deploy-action-v4

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

jamesives/github-pages-deploy-action@v4

  • include-github-folder (input): proposed type boolean. The action's action.yml declares it with default: false, and its source code reads it via getInput('include-github-folder').toLowerCase() === 'true' (src/constants.ts).
  • lfs (input): proposed type boolean. The action's source code reads it via getInput('lfs').toLowerCase() === 'true' (src/constants.ts) and uses it to gate git lfs install --local in src/worktree.ts.

@krzema12
krzema12 merged commit b919edc into main Aug 11, 2026
6 checks passed
@krzema12
krzema12 deleted the typings/jamesives-github-pages-deploy-action-v4 branch August 11, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant