Skip to content

Commit 42bedd7

Browse files
handling base64 decoding
1 parent 5c508f3 commit 42bedd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ runs:
4848
API_BASE: ${{ inputs.api_base }}
4949
run: |
5050
set -e
51-
echo "API_BASE value: '${API_BASE}'"
5251
# Remove trailing slash if present for comparison
5352
API_BASE_CLEAN="${API_BASE%/}"
5453
echo "API_BASE_CLEAN=$API_BASE_CLEAN"

0 commit comments

Comments
 (0)