Skip to content

Commit

Permalink
Merge pull request #27 from Dodai-Dodai/no-fifference-commit
Browse files Browse the repository at this point in the history
差分がなくてもコミットできるようにする
  • Loading branch information
Dodai-Dodai authored Apr 2, 2024
2 parents c00559e + a758b81 commit 12244b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.email "[email protected]"
- name: Check out the exec branch
run: git checkout -b exec || git checkout exec
run: git checkout --allow-empty -b exec || git checkout exec

- name: Add executable
run: |
Expand Down

0 comments on commit 12244b9

Please sign in to comment.