Skip to content

Commit

Permalink
DN-1: Trying to print current branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Apr 29, 2024
1 parent f1ef88d commit 066bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "BRANCH_NAME=${{ github.head_ref }}" >> $GITHUB_ENV

- name: Use branch name
run: echo "The branch name is $BRANCH_NAME"
run: echo "The branch name is ${{ github.head_ref }}"

- name: Execute remote Docker Compose command
uses: appleboy/[email protected]
Expand Down

0 comments on commit 066bf5b

Please sign in to comment.