Skip to content

Commit 5c508f3

Browse files
handling base64 decoding
1 parent 76366d3 commit 5c508f3

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
@@ -51,6 +51,8 @@ runs:
5151
echo "API_BASE value: '${API_BASE}'"
5252
# Remove trailing slash if present for comparison
5353
API_BASE_CLEAN="${API_BASE%/}"
54+
echo "API_BASE_CLEAN=$API_BASE_CLEAN"
55+
5456
if [[ "$API_BASE_CLEAN" == "https://api.codeant.ai" ]]; then
5557
echo "Decoding base64 encoded script..."
5658
if ! base64 -d quality_gates.sh.b64 > quality_gates.sh; then

0 commit comments

Comments
 (0)