📝 swap intro and feature list order [skip ci]

This commit is contained in:
BetaHuhn 2021-01-09 00:40:49 +01:00
parent e0cc6760ce
commit b13fe96d8f

View File

@ -8,6 +8,10 @@ Sync Files like Workflows Between Repositories with GitHub Actions.
</div>
## 👋 Introduction
With [action-github-file-sync](https://github.com/BetaHuhn/action-github-file-sync) you can sync files, like workflow `.yml` files, configuration files or whole directories between repositories. [action-github-file-sync](https://github.com/BetaHuhn/action-github-file-sync) works by running a GitHub Action in your master repository everytime you push something to that repo. The action will use a `sync.yml` config file to figure out which files it should sync where. If it finds a file which is out of sync it will open a pull request in the target repository with the changes.
## 🚀 Features
- sync GitHub Actions workflow files to multiple repositories
@ -16,10 +20,6 @@ Sync Files like Workflows Between Repositories with GitHub Actions.
- automatically label Pull Requests to integrate with other actions like [automerge-action](https://github.com/pascalgn/automerge-action)
- assign users to the Pull Request
## 👋 Introduction
With [action-github-file-sync](https://github.com/BetaHuhn/action-github-file-sync) you can sync files, like workflow `.yml` files, configuration files or whole directories between repositories. [action-github-file-sync](https://github.com/BetaHuhn/action-github-file-sync) works by running a GitHub Action in your master repository everytime you push something to that repo. The action will use a `sync.yml` config file to figure out which files it should sync where. If it finds a file which is out of sync it will open a pull request in the target repository with the changes.
## 📚 Usage
Create a `.yml` file in your `.github/workflows` folder (you can find more info about the structure in the [GitHub Docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions)):