mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-26 20:54:14 -08:00
f
This commit is contained in:
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@@ -95,8 +95,8 @@ jobs:
|
||||
TIMESTAMP=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
|
||||
git commit -m "Update searchindex files - ${TIMESTAMP}" --allow-empty
|
||||
|
||||
# Force push to replace main branch (deletes history, keeps all files)
|
||||
git push -f origin new-main:main
|
||||
# Force push to replace master branch (deletes history, keeps all files)
|
||||
git push -f origin new-main:master
|
||||
|
||||
echo "Successfully reset repository history and pushed all searchindex files"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user