Skip to content

Commit

Permalink
fix(actions): fix pr to internal gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
leeebo committed May 31, 2024
1 parent 8a408d4 commit 33b23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 33b23b5

Please sign in to comment.