Skip to content

This is a composite GitHub Actions for my projects; it's responsible for running git-push(1).

License

Notifications You must be signed in to change notification settings

yykamei/actions-git-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

actions-git-push

This is a composite GitHub Actions for my projects; it's responsible for running git-push(1).

name: Changelog
on: [push, pull_request]
jobs:
  changelog:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: DO SOMETHING
      - uses: yykamei/actions-git-push@main
        with:
          commit-message: DO SOMETHING
          branch: MY-SPECIAL-BRANCH

About

This is a composite GitHub Actions for my projects; it's responsible for running git-push(1).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •