Skip to content

Commit

Permalink
ci: PR branch include ibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang committed Apr 17, 2024
1 parent b57d02f commit 0bdc7bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/detect-new-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python scripts/detect_ibc_ver.py
echo ibc-ver=${IBC_VER} >> "$GITHUB_OUTPUT"
echo ibc-asset-url=${IBC_ASSET_URL} >> "$GITHUB_OUTPUT"
source default.env
source .env
if [ "$IB_GATEWAY_VER" = "$CUR_IB_GATEWAY_VER" ]; then
echo "No dated IB gateway version"
echo has_update=false >> "$GITHUB_OUTPUT"
Expand All @@ -41,7 +41,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
branch='feat/update-to-${{ steps.check-update.outputs.ib-gateway-ver }}'
branch='feat/update-to-${{ steps.check-update.outputs.ib-gateway-ver }}-ibc${{steps.check-update.outputs.ibc-ver}}'
git config user.name github-actions
git config user.email [email protected]
git pull
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.pyc
.secrets
.env
.vscode

0 comments on commit 0bdc7bd

Please sign in to comment.