Skip to content

Commit

Permalink
Merge pull request #81 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
Fix rule
  • Loading branch information
Dontrian authored Dec 4, 2023
2 parents 165f357 + eb0fa81 commit e26b9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Check that pull request is from develop
run: |
if ["${{github.head_ref}}" = "develop"]; then
if [ "${{github.head_ref}}" == "develop" ]; then
echo Pull request is from develop ✔
exit 0
else
Expand Down

0 comments on commit e26b9eb

Please sign in to comment.