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 4c01520
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deployments_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git fetch origin testnet
git checkout testnet
git merge staging --no-edit
git push
git reset staging --hard
git push origin testnet
merge-testnet2:
name: Merge Staging to Testnet
name: Merge Staging to Testnet2
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4c01520

Please sign in to comment.