Skip to content

Commit

Permalink
fix custom base64
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 10, 2024
1 parent a813ba3 commit 1617eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
if: inputs.test_config_override_base64 != ''
shell: bash
run: |
echo "BASE64_CONFIG_OVERRIDE=${{ inputs.test_config_override_base64 }}"
BASE64_CONFIG_OVERRIDE=${{ inputs.test_config_override_base64 }}
echo ::add-mask::$BASE64_CONFIG_OVERRIDE
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
Expand Down

0 comments on commit 1617eca

Please sign in to comment.