Skip to content

Commit

Permalink
Add git branch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 9, 2023
1 parent 4ef6ad9 commit 4cbfa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployments_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git branch
git checkout testnet
git merge staging --no-edit
git push
Expand Down

0 comments on commit 4cbfa89

Please sign in to comment.