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 127ab30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 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 127ab30

Please sign in to comment.