Increment Save

Action to increment a repository variable.

Project README

Increment Variable

Build Version Size

Action to increment a repository variable. Useful for increasing a version number for example.

It also supports alphanumeric variables, for example ABC1 will be increased to ABC2.

If the target variable does not exist, it will be automaticly created.

If you want to increment by another amount than the default (1), you can set the amount parameter.

Usage

uses: action-pack/increment@v2
with:
  name: 'MY_VARIABLE'
  token: ${{ secrets.REPO_ACCESS_TOKEN }}

Inputs

name

Required String Variable name.

amount

Optional Integer Increment by this amount (default = 1).

token

Required String Repository Access token

owner

Optional String Owners name.

repository

Optional String Repository name.

org

Optional Boolean Indicates the repo is an organization.

FAQ

  • Why do I get the error 'Resource not accessible by integration'?

    This will happen if you use secrets.GITHUB_TOKEN.

    You need to create a personal access token instead.

    Go to your Github settings, select 'Developer settings' --> 'Personal access tokens' --> 'Tokens (classic)' and create a new token. Store its value in a secret, for example MY_TOKEN.

    Then refer to it like this:

    token: ${{ secrets.MY_TOKEN }}
    

Stars

Stars

Open Source Agenda is not affiliated with "Increment" Project. README Source: action-pack/increment
Stars
5
Open Issues
1
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating