Skip to content

Commit

Permalink
debug-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bingxindan committed Jul 2, 2023
1 parent 3a9cb6e commit c6d9774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ jobs:
workir=$(pwd)
export STORE_MODE=sqldb
echo "cur STORE MODE=${STORE_MODE}"
repo_full_name=${{github.event.pull_request.head.repo.full_name}}
repo_full_name=${github.event.pull_request.head.repo.full_name}
echo &{repo_full_name}
head_sha=${{github.event.pull_request.head.sha}}
polaris_server_tag=v1.17.2
Expand Down
File renamed without changes.

0 comments on commit c6d9774

Please sign in to comment.