Skip to content

Commit

Permalink
CI: ignore commit fail on empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DareFox authored Aug 9, 2023
1 parent 6fe2e49 commit adb3c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pd2_update_version_in_meta_and_mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
run: |
git add ${{ inputs.meta_json_path }}
git add ${{ inputs.mod_txt_path }}
git commit -m "Updated version in meta.json and mod.txt"
git commit -m "Updated version in meta.json and mod.txt" || echo "Ignore commit failure, proceed. Error code: $?"
git push
- name: Change flag to pushed
Expand Down

0 comments on commit adb3c28

Please sign in to comment.