Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 24, 2024
1 parent b37dc7f commit 53072ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
git config user.name "Git Bot"
- name: Create and merge PR
run: |
if ! git diff-files --quiet ; then
if git diff-files --quiet ; then
git switch -c updates-${{ github.run_id }}
git commit -am "flake.lock: Update"
git push -u origin updates-${{ github.run_id }}
Expand Down

0 comments on commit 53072ff

Please sign in to comment.