mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 21:23:07 -08:00
fix workflows
This commit is contained in:
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
|
||||
(git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
|
||||
git pull
|
||||
git config --global user.email "build@example.com"
|
||||
git config --global user.name "Build master"
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
Reference in New Issue
Block a user