Updates My Pro Plugin's Change Log To Its Docs Repo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
GH Actions Workflow Sync Bot 0cbee3e999
💬 #81 - Workflow File Updated / Triggered By varunsridharan/.workflows@cd6eb3b7e98c68e317bb4c3bbfd7a81c8a6a1c81
4 years ago
.github/workflows 💬 #81 - Workflow File Updated / Triggered By varunsridharan/.workflows@cd6eb3b7e98c68e317bb4c3bbfd7a81c8a6a1c81 4 years ago
Dockerfile Moved To Alpine. 4 years ago
LICENSE Added Readme.md 4 years ago
README.md Can someone review this commit, please ? 4 years ago
action.yml This is the last time we let Steven commit ascii porn in the comments. 4 years ago
entrypoint.sh Updated Commit Message for clear understanding. 4 years ago

README.md

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.

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