Skip to content

Commit 04f07c5

Browse files
fix typo
1 parent e9d6c7b commit 04f07c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
[ -z "$(git diff .dappnode_profile)" ] && echo '::set-output name=HAS_CHANGED::true' || echo '::set-output name=HAS_CHANGED::false'
155155
156156
- name: Create Pull Request
157-
if: steps.git_diff.HAS_CHANGED = 'true'
157+
if: steps.git_diff.HAS_CHANGED == 'true'
158158
uses: peter-evans/create-pull-request@v3
159159
with:
160160
add-paths: ".dappnode_profile"

0 commit comments

Comments
 (0)