From 6320521cd8a486b6d7399440fc069e2acfb5abef Mon Sep 17 00:00:00 2001 From: Ayush Gaud Date: Fri, 23 Jun 2023 14:01:20 +0900 Subject: [PATCH] Update readme instructions to point to RR fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071c257..d06f48a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: valerauko/wrike-ist@v1 + - uses: rapyuta-robotics/wrike-ist@main env: WRIKE_TOKEN: ${{ secrets.WRIKE_TOKEN }} ```