Skip to content

Commit ba63e95

Browse files
committed
Don't error if there's nothing to commit
1 parent 446bf5b commit ba63e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/remove-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: admin-interface-test
6363
run: |
6464
git add .
65-
git commit -m "Remove deployment ${PR_NUMBER} due to PR closure"
65+
git commit -m "Remove deployment ${PR_NUMBER} due to PR closure" || true
6666
6767
- name: push updates
6868
working-directory: admin-interface-test

0 commit comments

Comments
 (0)