We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31188a6 commit a8266d1Copy full SHA for a8266d1
.github/workflows/cloudpod_release.yml
@@ -37,7 +37,7 @@ jobs:
37
pip install -r requirements-dev.txt
38
39
- name: Start LocalStack
40
- uses: LocalStack/setup-localstack@main
+ uses: LocalStack/setup-localstack@refactor_default_action
41
with:
42
image-tag: ${{ inputs.release-tag || 'latest'}}
43
use-pro: 'true'
.github/workflows/test_cloudpods.yml
@@ -54,7 +54,7 @@ jobs:
54
python-version: '3.11'
55
56
57
58
59
image-tag: ${{ matrix.tag }}
60
0 commit comments