Skip to content

Commit

Permalink
Use the proper source branch when targeting something other than main
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 15, 2023
1 parent cb9ecd3 commit 7c8bc67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crowdin-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c8bc67

Please sign in to comment.