Skip to content

A GitHub action that automatically updates your FRC vendordeps via a PR

License

Notifications You must be signed in to change notification settings

garrettsummerfi3ld/frc-vendordep-update-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

FRC VendorDep Update Action

CI CodeQL Updates FRC vendordeps in your repository.

Work in progress.

Config options

Option Description Default Value
dir Directory of the vendordeps to look for ./vendordeps
author Author of the commit that is getting pull requested github-actions[bot] <github-actions[bot]@users.noreply.github.com>
token The token to be used for the commit GITHUB_TOKEN
dry-run Runs the action in a read-only state, not making a commit false