Skip to content

Commit

Permalink
fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsaf committed Oct 15, 2023
1 parent 13c8023 commit 8d05da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gh_update_dbs_with_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ else
git config user.email "<>"
git status
git branch $branch
git commit -am 'update docker-compose.dbs.yml file'
git add .
git commit -m 'update docker-compose.dbs.yml file'
git push -u origin $branch
gh pr create -B main -H $branch --title 'update docker-compose.dbs.yml file' --body 'Created by Github action'
fi

0 comments on commit 8d05da8

Please sign in to comment.