From 12f8a8240cdc6d11d4c2ca757ed8bd6085746a22 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Tue, 20 May 2025 17:30:59 +0200 Subject: [PATCH] fix actions --- .github/workflows/translate_af.yml | 2 +- .github/workflows/translate_de.yml | 2 +- .github/workflows/translate_el.yml | 2 +- .github/workflows/translate_es.yml | 2 +- .github/workflows/translate_fr.yml | 2 +- .github/workflows/translate_hi.yml | 2 +- .github/workflows/translate_it.yml | 2 +- .github/workflows/translate_ja.yml | 2 +- .github/workflows/translate_ko.yml | 2 +- .github/workflows/translate_pl.yml | 2 +- .github/workflows/translate_pt.yml | 2 +- .github/workflows/translate_sr.yml | 2 +- .github/workflows/translate_sw.yml | 2 +- .github/workflows/translate_tr.yml | 2 +- .github/workflows/translate_uk.yml | 2 +- .github/workflows/translate_zh.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/translate_af.yml b/.github/workflows/translate_af.yml index 8b7496ad0..0cc37cf00 100644 --- a/.github/workflows/translate_af.yml +++ b/.github/workflows/translate_af.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_de.yml b/.github/workflows/translate_de.yml index 62ab69a88..68db2f179 100644 --- a/.github/workflows/translate_de.yml +++ b/.github/workflows/translate_de.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_el.yml b/.github/workflows/translate_el.yml index bb17edcea..8bb65573d 100644 --- a/.github/workflows/translate_el.yml +++ b/.github/workflows/translate_el.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_es.yml b/.github/workflows/translate_es.yml index a86b7124f..3ba47a933 100644 --- a/.github/workflows/translate_es.yml +++ b/.github/workflows/translate_es.yml @@ -90,7 +90,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_fr.yml b/.github/workflows/translate_fr.yml index 2d57d453a..96f355125 100644 --- a/.github/workflows/translate_fr.yml +++ b/.github/workflows/translate_fr.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_hi.yml b/.github/workflows/translate_hi.yml index bed4c863a..2fc672147 100644 --- a/.github/workflows/translate_hi.yml +++ b/.github/workflows/translate_hi.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_it.yml b/.github/workflows/translate_it.yml index 5b5faac9d..c28aa9143 100644 --- a/.github/workflows/translate_it.yml +++ b/.github/workflows/translate_it.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_ja.yml b/.github/workflows/translate_ja.yml index 8546358fe..cd6806f44 100644 --- a/.github/workflows/translate_ja.yml +++ b/.github/workflows/translate_ja.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_ko.yml b/.github/workflows/translate_ko.yml index 421195b63..a6ed46f39 100644 --- a/.github/workflows/translate_ko.yml +++ b/.github/workflows/translate_ko.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_pl.yml b/.github/workflows/translate_pl.yml index ab152e37d..1ae2da659 100644 --- a/.github/workflows/translate_pl.yml +++ b/.github/workflows/translate_pl.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_pt.yml b/.github/workflows/translate_pt.yml index 4fa95cb0d..f87ad5fb6 100644 --- a/.github/workflows/translate_pt.yml +++ b/.github/workflows/translate_pt.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_sr.yml b/.github/workflows/translate_sr.yml index 895a5d471..05aaf44b1 100644 --- a/.github/workflows/translate_sr.yml +++ b/.github/workflows/translate_sr.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_sw.yml b/.github/workflows/translate_sw.yml index fd94d13a4..210ede1b6 100644 --- a/.github/workflows/translate_sw.yml +++ b/.github/workflows/translate_sw.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_tr.yml b/.github/workflows/translate_tr.yml index 437a6f96c..5df1dd461 100644 --- a/.github/workflows/translate_tr.yml +++ b/.github/workflows/translate_tr.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_uk.yml b/.github/workflows/translate_uk.yml index 11c70fe83..4cb2de25c 100644 --- a/.github/workflows/translate_uk.yml +++ b/.github/workflows/translate_uk.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat diff --git a/.github/workflows/translate_zh.yml b/.github/workflows/translate_zh.yml index 1ba872c97..0462ca344 100644 --- a/.github/workflows/translate_zh.yml +++ b/.github/workflows/translate_zh.yml @@ -91,7 +91,7 @@ jobs: echo "Current branch:" git rev-parse --abbrev-ref HEAD echo "Syncing $BRANCH to S3" - aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete + aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete echo "Sync completed" echo "Cat 3 files from the book" find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat