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 add .
|
||||||
git commit -m "feat: bump ${{ github.ref_name }}"
|
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)
|
- name: Revert references (Revert)
|
||||||
id: revert_step
|
id: revert_step
|
||||||
if: inputs.revert == true
|
if: inputs.revert == true
|
||||||
|
|||||||
Reference in New Issue
Block a user