Skip to content

Commit 5121baa

Browse files
handling base64 decoding
1 parent 6b19905 commit 5121baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ runs:
4444
4545
- name: Prepare quality gates script
4646
shell: bash
47+
env:
48+
API_BASE: ${{ inputs.api_base }}
4749
run: |
4850
set -e
4951
if [ "$API_BASE" = "https://api.codeant.ai" ]; then

0 commit comments

Comments
 (0)