Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 7, 2024
1 parent 35f9ae7 commit 2ddc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Enable Pull Request Automerge
if: (steps.changes.outputs.flake_lock == 'true' || steps.changes.outputs.package_json == 'true') && steps.cpr.outputs.pull-request-operation == 'created'
if: (steps.changes.outputs.flake_lock == 'true' || steps.changes.outputs.package_json == 'true' && steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit 2ddc14d

Please sign in to comment.