Skip to content

Commit 4ffba1a

Browse files
committed
Update GH Actions
1 parent 4ec0a7f commit 4ffba1a

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-
if ${{ github.ref_name }} = "alpha"
108+
if "${{ github.ref_name }}" = "alpha"
109109
then
110110
echo "alpha-branch"
111111
else

0 commit comments

Comments
 (0)