Skip to content

Commit

Permalink
[ci skip] fix(actions): fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 13, 2024
1 parent a8cadad commit e091fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: "Convert Outputs"
id: convert_outputs
run: |
PR_REF="pull/${{ steps.crowdin.outputs.pull_request_number }}/head"
PR_REF="l10n_master"
PR_ID="${{ steps.crowdin.outputs.pull_request_number }}"
echo "pr_ref=$(echo -n "$PR_REF" | base64)" >> $GITHUB_OUTPUT
echo "pr_id=$(echo -n "$PR_ID" | base64)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e091fcb

Please sign in to comment.