Skip to content

Commit

Permalink
Use MR HEAD for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 19, 2024
1 parent e5345b6 commit 5f6f5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fix_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout the latest commit
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run translation fixes script
run: sh .github/scripts/fix-i18n.sh
- name: Check for modified files
Expand Down

0 comments on commit 5f6f5d1

Please sign in to comment.