Skip to content

varunsridharan/action-change-log-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action - Change Log Updater

This action update change log file from my pro plugin's repo to docs repo.

Usage

uses: varunsridharan/action-change-log-updater@master
with:
  REPO_NAME: "vs-docs/wc-bulk-price-updater"
  REMOTE_FILE: "change-log.md"
  LOCAL_FILE: "CHANGELOG.md"
  GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

Example File

name: On CHANGELOG.md Update

on:
  push:
    branches:
      - master

jobs:
  Update_Change_Log:
    runs-on: ubuntu-latest
    steps:
      - name: Fetching Local Repository
        uses: actions/checkout@v1
      - name: Setting Up Github Config
        uses: varunsridharan/action-change-log-updater@master
        with:
          REPO_NAME: "vs-docs/wc-bulk-price-updater"
          REMOTE_FILE: "change-log.md"
          LOCAL_FILE: "CHANGELOG.md"
          GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

Contribute

If you would like to help, please take a look at the list of issues or the To Do checklist.

License

Our GitHub Actions are available for use and remix under the MIT license.

Copyright

2017 - 2018 Varun Sridharan, varunsridharan.in

If you find it useful, let me know 😉

You can contact me on Twitter or through my email.

Backed By

DigitalOcean JetBrains Tidio Chat