Skip to content

Commit d36fe40

Browse files
committed
fix repo name
1 parent a05aad3 commit d36fe40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Dependencies
4242
run: |
4343
pip install localstack awscli-local
44-
- name: Start LocalStack Default
44+
- name: Start LocalStack
4545
env:
4646
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
4747
LOCALSTACK_VOLUME_DIR: ${{ github.workspace }}/ls_test
@@ -63,7 +63,7 @@ jobs:
6363
- name: Retrieve Pod mariadb
6464
uses: dsaltares/fetch-gh-release-asset@master
6565
with:
66-
repo: 'dsaltares/godot-wild-jam-18'
66+
repo: $GITHUB_REPOSITORY
6767
version: 'tags/${{ matrix.tag }}'
6868
file: 'release-pod-${{ matrix.db }}.zip'
6969
target: './release-pod.zip'

0 commit comments

Comments
 (0)