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 570cad7 commit 5b5cea1
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 @@ -357,7 +357,7 @@ jobs:
- uses: fregante/setup-git-user@v2
- 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 5b5cea1

Please sign in to comment.