Skip to content

Commit

Permalink
ci: update base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang committed Apr 16, 2024
1 parent 7cf2066 commit 0c45254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detect-new-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git pull
git checkout -b "$branch" origin/master
git checkout -b "$branch" origin/develop
# Update files
cp README.update README.md
cp Dockerfile.update Dockerfile
Expand All @@ -56,5 +56,5 @@ jobs:
git commit -m 'Update to `${{ steps.check-update.outputs.ib-gateway-ver }}`'
git push --set-upstream origin "$branch"
# gh pr create --base master --fill
# gh pr create --base develop --fill
File renamed without changes.

0 comments on commit 0c45254

Please sign in to comment.