From ab65dda8eb442e28c98e19a5382d295ceb316a78 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Fri, 31 May 2024 00:28:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d62c646a..894f071d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fork Sync -[![Build](https://github.com/tg908/fork-sync/workflows/PR%20Checks/badge.svg)](https://github.com/tg908/fork-sync/actions?workflow=PR%20Checks) -![Version](https://img.shields.io/github/v/release/tg908/fork-sync?style=flat-square) +[![Build](https://github.com/tgymnich/fork-sync/workflows/PR%20Checks/badge.svg)](https://github.com/tgymnich/fork-sync/actions?workflow=PR%20Checks) +![Version](https://img.shields.io/github/v/release/tgymnich/fork-sync?style=flat-square) Github action to sync your Forks. This action uses octokit and the GitHub API to automatically create and merge a pull request with the head defined by `head` into the base defined by `base`. The head branch owner is defined by `owner`. If you create a PR in the same repository you can omit the `owner` parameter. @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: tgymnich/fork-sync@v1.8 + - uses: tgymnich/fork-sync@v2.0 with: token: ${{ secrets.PERSONAL_TOKEN }} owner: llvm