Skip to content

Commit a0b5f10

Browse files
committed
fix actions
1 parent a5821b0 commit a0b5f10

16 files changed

+16
-16
lines changed

.github/workflows/translate_af.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "Current branch:"
9191
git rev-parse --abbrev-ref HEAD
9292
echo "Syncing $BRANCH to S3"
93-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
93+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9494
echo "Sync completed"
9595
echo "Cat 3 files from the book"
9696
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_hi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_ko.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

.github/workflows/translate_pl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "Current branch:"
9292
git rev-parse --abbrev-ref HEAD
9393
echo "Syncing $BRANCH to S3"
94-
aws s3 sync ./book s3://hacktricks-wiki/$BRANCH --delete
94+
aws s3 sync ./book s3://hacktricks-cloud/$BRANCH --delete
9595
echo "Sync completed"
9696
echo "Cat 3 files from the book"
9797
find . -type f -name 'index.html' -print | head -n 3 | xargs -r cat

0 commit comments

Comments
 (0)