diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index c619c503fa..4da78c8358 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -28,6 +28,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: '${{ inputs.pr_target || github.ref_name }}' - name: Vault Login uses: Chia-Network/actions/vault/login@main