Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 committed Mar 12, 2024
1 parent 4ffba1a commit df89bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Configure SSH
run: |
if "${{ github.ref_name }}" = "alpha"
if "${{ github.ref_name }}" == "alpha"
then
echo "alpha-branch"
else
Expand Down

0 comments on commit df89bac

Please sign in to comment.