Skip to content

Commit

Permalink
Remove Broken Statement
Browse files Browse the repository at this point in the history
This echo isn't working, it needs a $ - in the end though it wasn't ever
going to output good information, just an empty string sometimes.
  • Loading branch information
jrjohnson committed Aug 14, 2024
1 parent eef95af commit 70fa1d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: |
echo ${{ env.isSafe }}
echo ${{ env.isNotMajor }}
echo (test -z ${{env.isSafe}} && test -z ${{env.isNotMajor}})
- id: should_merge
run: (test -z ${{env.isSafe}} && test -z ${{env.isNotMajor}}) && echo "shouldMerge=yes" >> "$GITHUB_OUTPUT"
auto_merge:
Expand Down

0 comments on commit 70fa1d9

Please sign in to comment.