Skip to content

Commit

Permalink
Update docs-localization-download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 13, 2024
1 parent eb698eb commit e530c97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ jobs:
with:
workflow: version-updates.yml
ref: ${{ needs.download.outputs.pr_ref }}
- run: gh pr review --approve ${{ needs.download.outputs.pr_id }} -b "auto-approval for localization sync :3"
- run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID"
env:
PR_ID: ${{ needs.download.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: gh pr merge --auto -d --squash ${{ needs.download.outputs.pr_id }}
- run: gh pr merge --auto -d --squash $PR_ID
env:
PR_ID: ${{ needs.download.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e530c97

Please sign in to comment.