Skip to content

tianhaoz95/mirror-action

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

Repository files navigation

Mirror Action

All Contributors

A GitHub action to check if the content of 2 files are the same.

name: Check Mirror Files
on: push
jobs:
  check-mirror-readme:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: tianhaoz95/mirror-action@v1.0.1
        with:
          original: 'README.md'
          mirror: 'docs/README.md'

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tianhao Zhou

💻

angerhang

🐛 📖

This project follows the all-contributors specification. Contributions of any kind welcome!