Add step for fetch full history into revert path

This commit is contained in:
Victor Carlos Erenu
2026-04-23 02:52:33 +07:00
parent cea9f3c90f
commit 56c73be50c
@@ -138,6 +138,10 @@ jobs:
git add .
git commit -m "feat: bump ${{ github.ref_name }}"
- name: Fetch full history (Revert)
if: inputs.revert == true
run: git fetch --unshallow
- name: Revert references (Revert)
id: revert_step
if: inputs.revert == true