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: