forked from wazuh/wazuh-docker
Add step for fetch full history into revert path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user