This action update change log file from my pro plugin's repo to docs repo.
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 }}
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 }}
If you would like to help, please take a look at the list of issues or the To Do checklist.
Our GitHub Actions are available for use and remix under the MIT license.
2017 - 2018 Varun Sridharan, varunsridharan.in
If you find it useful, let me know 😉
You can contact me on Twitter or through my email.