From 324c5f9294e16d93e171f9db0d45cf13b21622ad Mon Sep 17 00:00:00 2001 From: Yewon Kim <92143160+yewoniiii@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:16:33 +0900 Subject: [PATCH] Update git-push.yml --- .github/workflows/git-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-push.yml b/.github/workflows/git-push.yml index dfa69c5..01bef25 100644 --- a/.github/workflows/git-push.yml +++ b/.github/workflows/git-push.yml @@ -16,7 +16,7 @@ jobs: run: sh ./build.sh - name: Pushes to another repository id: push_directory - uses: cpina/github-action-push-to-another-repository@develop + uses: cpina/github-action-push-to-another-repository@v2 env: API_TOKEN_GITHUB: ${{ secrets.YEWON_GITHUB_KEY }} with: