Skip to content

Commit

Permalink
chore: update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Apr 26, 2024
1 parent eb6b4e9 commit 3b77341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_new_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
build-backend:
environment:
name: ${{ github.ref_name }}
name: ${{ github.event.workflow_run.head_branch }}

name: Build and push latest image to AWS
permissions:
Expand All @@ -54,6 +54,8 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Print Environment
run: echo ${{ github.event.workflow_run.head_branch }}

- name: Build file with supported networks
run: |
Expand Down

0 comments on commit 3b77341

Please sign in to comment.