Skip to content

Commit

Permalink
fix: checkout HEAD commit instead of the merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Aug 20, 2024
1 parent 5a2fedf commit 60bfd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin-pr-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }} # Crowdin Actions needs to push commits to the PR branch, checkout HEAD commit instead of merge commit

- name: crowdin action
uses: crowdin/github-action@v2
Expand Down

0 comments on commit 60bfd65

Please sign in to comment.