From 33b23b596ad0354ee21a8264310586ee2b66c8c5 Mon Sep 17 00:00:00 2001 From: Li Bo Date: Thu, 30 May 2024 16:41:50 +0800 Subject: [PATCH] fix(actions): fix pr to internal gitlab --- .github/workflows/pr_approved.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_approved.yml b/.github/workflows/pr_approved.yml index fcae00f23..ebb0c2f49 100644 --- a/.github/workflows/pr_approved.yml +++ b/.github/workflows/pr_approved.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Sync approved PRs to internal codebase - uses: espressif/sync-pr-to-gitlab@v1 + uses: espressif/sync-pr-to-gitlab@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLAB_URL: ${{ secrets.GITLAB_URL }}