Skip to content

Commit

Permalink
[data bd6b621] fix default translation expectation behaviour (do not …
Browse files Browse the repository at this point in the history
…use the setup from fork)
  • Loading branch information
matyaskopp committed Dec 2, 2024
1 parent bd6b621 commit fba109f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ParlaMintValidate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
steps:
- name: Set environment variables
run: echo "REQ_TRANSLATION=${{ inputs.requireTaxonomiesTranslations || '1' }}" >> $GITHUB_ENV
shell: bash
- name: Convert and Validate
run: ${{ github.action_path }}/validate.sh '${{inputs.parlas}}' '${{env.REQ_TRANSLATION}}'
shell: bash

0 comments on commit fba109f

Please sign in to comment.