1.2.3 • Published 2 months ago

node-ga-updater v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

node-ga-updater

version Maintenance mit

Update your GitHub Actions.

!IMPORTANT This tool uses pinned version only for security purpose.

Requirements

Getting Started

npx node-ga-updater

Usage

Use --update-all or -u (alias) to skip prompts and update all by default.

npx node-ga-updater -u

Use --path or -p (alias) for custom path. Default .github/workflows.

Use --silent or -s (alias) to skip stdout logs.

Use --commit or -c (alias) to commit after initialisation. Default false.

Use --message or -m (alias) to provide custom commit message when --commit is thruthy. Default chore: update GitHub Actions

!TIP You can stack short flags (when no flag argument), for instance -scm "foo" is equivalent to -s -c -m "foo".

Authentication

You can authenticate yourself to the GitHub API if you wont be annoyed with Rate Limits.

Create a .env if you don't have one.

touch .env

Add this following ENV variable

# GitHub access token
GITHUB_TOKEN=your_token

You can create a GitHub token here

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

1.2.3

2 months ago

1.2.2

3 months ago

1.2.0

3 months ago

1.2.1

3 months ago

1.1.0

7 months ago

1.0.0

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago