Skip to content

Commit a3e012d

Browse files
committed
try something
1 parent 00ee33f commit a3e012d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
11-
with:
12-
fetch-depth: 0
10+
uses: actions/checkout@v4.2.2
1311
- name: Mirroring Repository
14-
uses: pixta-dev/repository-mirroring-action@v1.1.1
12+
uses: fscarmen/repository-mirroring-action@v1.0.0
1513
with:
1614
target_repo_url: git@gitlab.com:localstack.cloud/samples/sample-serverless-image-resizer-s3-lambda.git
17-
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
15+
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default:
3131
- mkdir -p $PIP_CACHE_DIR
3232
- python3 -m pip install localstack awscli awscli-local
3333
- docker pull localstack/localstack-pro:latest
34-
# Gitlab has changed to ipv6, but LocalStack not supporting it
34+
# Gitlab has changed to ipv6, but LocalStack does not support it
3535
- dind_ip="$(getent ahostsv4 docker | cut -d' ' -f1 | head -n1)"
3636
- echo -e "${dind_ip}\tlocalhost.localstack.cloud\n" >> /etc/hosts
3737
- localstack start -d

0 commit comments

Comments
 (0)