Skip to content

Commit

Permalink
Swap the quotes on pr_target to make GHA happy (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Sep 14, 2023
1 parent d8e44c8 commit cb9ecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
create_pull_request: true
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: '${{ inputs.pr_target || "main" }}'
pull_request_base_branch_name: "${{ inputs.pr_target || 'main' }}"
github_user_name: 'Chia Automation'
github_user_email: 'automation@chia.net'
gpg_private_key: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_KEY_RSA }}
Expand Down

0 comments on commit cb9ecd3

Please sign in to comment.