Skip to content

Commit c1ebb35

Browse files
committed
Update GH Actions
1 parent 4801516 commit c1ebb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Configure SSH
107107
run: |
108-
[[ "${{ github.ref_name }}" = "alpha" ]] echo "alpha-branch" || echo "Not alpha branch"
108+
[[ "${{ github.ref_name }}" = "alpha" ]] echo "alpha-branch" || true
109109
mkdir -p ~/.ssh/
110110
echo "$SSH_KEY" > ~/.ssh/staging.key
111111
chmod 600 ~/.ssh/staging.key

0 commit comments

Comments
 (0)