We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6c7b commit 04f07c5Copy full SHA for 04f07c5
1 file changed
.github/workflows/release.yml
@@ -154,7 +154,7 @@ jobs:
154
[ -z "$(git diff .dappnode_profile)" ] && echo '::set-output name=HAS_CHANGED::true' || echo '::set-output name=HAS_CHANGED::false'
155
156
- name: Create Pull Request
157
- if: steps.git_diff.HAS_CHANGED = 'true'
+ if: steps.git_diff.HAS_CHANGED == 'true'
158
uses: peter-evans/create-pull-request@v3
159
with:
160
add-paths: ".dappnode_profile"
0 commit comments