From b3905bf765451bc547362cce92b42c5ca607cd30 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 10:26:19 +0900 Subject: [PATCH] PR: using an action to push --- .github/workflows/pr_from_upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index cef06a6..7a802fb 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -76,7 +76,7 @@ jobs: - name: Push changes to new branch if: success() - uses: ad-m/github-push-action@v0.7.0 + uses: ad-m/github-push-action@master with: branch: "${{ env.BRANCH_NAME }}" github_token: ${{ secrets.REKKU_PRIVATE_KEY }}