Skip to content

Commit

Permalink
DN-1: Forgot to delcare var2
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Apr 29, 2024
1 parent 066bf5b commit 144c3a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- 'master'
pull_request:
jobs:
deploy_to_linode:
name: Deploy to Linode
Expand All @@ -13,10 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Set branch name as env var
run: echo "BRANCH_NAME=${{ github.head_ref }}" >> $GITHUB_ENV
run: echo "BRANCH_NAME=${{ github.ref_name }}" >> $GITHUB_ENV

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

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

0 comments on commit 144c3a8

Please sign in to comment.