Skip to content

Commit

Permalink
format api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Aug 8, 2024
1 parent 20012ed commit b509fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
run: |
ls -la
python --version
python plugins_translations/src/translate_plugin.py ${{ inputs.deepl_api_key != '' && '--deepl_api_key ' inputs.deepl_api_key || ''}}
python plugins_translations/src/translate_plugin.py ${{ inputs.deepl_api_key != '' && format('--deepl_api_key {0}', inputs.deepl_api_key) || ''}}
- name: "Create Pull Request to plugin..."
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit b509fcf

Please sign in to comment.