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 61c8987 commit 45220c4Copy full SHA for 45220c4
.github/workflows/cloud-pods.yml
@@ -58,7 +58,7 @@ jobs:
58
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
59
run: |
60
message="Cloud Pod created: sample-cdk-rds on $(date) with workflow run id: ${{ github.run_id }}"
61
- localstack pod save sample-cdk-rds --visibility public --message "$message"
+ localstack pod save sample-cdk-rds --message "$message"
62
63
- name: Show LocalStack Logs
64
if: always()
0 commit comments