diff --git a/README.md b/README.md index 4dcfd11..babd39c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@

+

+ + + All Contributors @@ -17,7 +21,26 @@


+## Usage +```yaml +name: Auto Hotfix If Needed +on: + pull_request: + branches: [ main ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Auto Hotfix If Needed + uses: Kibibit/gitflow-hotfix@v1.0.0 + with: + token: ${{ secrets.BOT_TOKEN }} + hotfixAgainstBranch: main + openPrAgainstBranch: beta +``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -37,7 +60,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! -
Logo made by Good Ware from www.flaticon.com
+
Logo made by Freepik from www.flaticon.com

## Stay in touch diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..cc4aee4 Binary files /dev/null and b/logo.png differ