Skip to content

Commit

Permalink
test env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeindl committed Apr 9, 2024
1 parent 94b8492 commit e0a92af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Set env
run: export BRANCH=${BRANCH_NAME}
- run: echo "BRANCH=$BRANCH_NAME" >> $GITHUB_ENV
- run: echo ${BRANCH}

- uses: mr-smithers-excellent/docker-build-push@v6
Expand Down

0 comments on commit e0a92af

Please sign in to comment.