We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da73db6 + 48a065c commit f5341b8Copy full SHA for f5341b8
.github/workflows/bb-export.yml
@@ -122,6 +122,7 @@ jobs:
122
STEP_ID=$(python3 -c "import uuid; print(str(uuid.uuid4()))")
123
echo "STEP_ID=$STEP_ID" >> $GITHUB_ENV
124
BASE_URL="${{ steps.bytebase-login.outputs.api_url }}"
125
+ echo "BASE_URL111=$BASE_URL"
126
echo "BASE_URL=$BASE_URL" >> $GITHUB_ENV
127
128
sheet_data=$(call_api \
0 commit comments