Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Mar 11, 2022
1 parent e9d6c7b commit 04f07c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
[ -z "$(git diff .dappnode_profile)" ] && echo '::set-output name=HAS_CHANGED::true' || echo '::set-output name=HAS_CHANGED::false'
- name: Create Pull Request
if: steps.git_diff.HAS_CHANGED = 'true'
if: steps.git_diff.HAS_CHANGED == 'true'
uses: peter-evans/create-pull-request@v3
with:
add-paths: ".dappnode_profile"
Expand Down

0 comments on commit 04f07c5

Please sign in to comment.