Skip to content

Commit

Permalink
fix(ci): generate translation checkouts with sha instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Nov 29, 2024
1 parent a6804cc commit 6fa7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 50
ref: ${{ github.head_ref }}
ref: ${{ github.sha }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6fa7eeb

Please sign in to comment.