Skip to content

ryohidaka/action-bump-uses

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bump Uses

GitHub Release Test Action

GitHub Actions to update the version of the uses documented in the README.

Usage

on: [push]

permissions:
  contents: write

jobs:
  bump-uses:
    runs-on: ubuntu-latest
    steps:
      - uses: ryohidaka/action-bump-uses@v0.3.1
        with:
          commit-user-name: "GitHub Actions"
          commit-user-email: "actions@github.com"
          commit-message: "chore: Bump uses"
          dry-run: false

Inputs

Input Description Default
commit-user-name Commit username. GitHub Actions
commit-user-email Commit email. actions@github.com
commit-message Commit message. chore: Bump uses
dry-run If true, the commit and push steps will be skipped. false