We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f3c15 commit 81d2624Copy full SHA for 81d2624
1 file changed
.github/workflows/update-subtree.yml
@@ -214,14 +214,14 @@ jobs:
214
215
# Try to automatically patch the VeriFast proofs
216
pushd verifast-proofs
217
- ./patch-verifast-proofs.sh
218
- if ! git diff --quiet; then
219
- git -c user.name=gitbot -c user.email=git@bot \
220
- commit . -m "Update VeriFast proofs"
221
- else
222
- # The original files have not changed; no updates to the VeriFast proofs are necessary.
223
- true
224
- fi
+ ./patch-verifast-proofs.sh
+ if ! git diff --quiet; then
+ git -c user.name=gitbot -c user.email=git@bot \
+ commit . -m "Update VeriFast proofs"
+ else
+ # The original files have not changed; no updates to the VeriFast proofs are necessary.
+ true
+ fi
225
popd
226
227
- name: Create Pull Request without conflicts
0 commit comments