Skip to content

Commit d8a4301

Browse files
committed
Update GH Actions
1 parent 8096eb1 commit d8a4301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124

125125
- name: Update alpha environment
126126
run: |
127+
# Set env variables
128+
[[ "${{ github.ref_name }}" = "alpha" ]] echo "alpha-branch" || echo "Not alpha branch"
127129
ssh staging 'export DOCKER_BRANCH=${{ github.ref_name }}
128130
cd /home/realt/docker/api/${DOCKER_BRANCH}-git
129131
git pull origin ${{ github.ref_name }}

0 commit comments

Comments
 (0)