There is one commend return stderr code 5.
Example:
- name: Reset git store credentials
run: |
git config --global --unset credential.helper # First output may have successful
git config --global --unset credential.helper # Second output return `Process completed with exit code 5.`