Skip to content

Commit 5685cf2

Browse files
Merge pull request #39 from bytebase/a-branch-7
add more log
2 parents dcb14d0 + c9a0115 commit 5685cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bb-export.yml

+3
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,11 @@ jobs:
137137
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
138138
echo "Processing $file"
139139
SQL_CONTENT=$(base64 < "$file")
140+
echo "SQL_CONTENT=$SQL_CONTENT" >> $GITHUB_ENV
140141
STEP_ID=$(python3 -c "import uuid; print(str(uuid.uuid4()))")
142+
echo "STEP_ID=$STEP_ID" >> $GITHUB_ENV
141143
BASE_URL="${{ steps.bytebase-login.outputs.api_url }}"
144+
echo "BASE_URL=$BASE_URL" >> $GITHUB_ENV
142145
143146
sheet_data=$(call_api \
144147
"$BASE_URL/v1/projects/$PROJECT/sheets" \

0 commit comments

Comments
 (0)