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 1949593 commit 6ddd736Copy full SHA for 6ddd736
.github/workflows/publish_layer.yml
@@ -23,4 +23,4 @@ jobs:
23
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION
24
- name: trigger lamber layer publish pipeline
25
run: |
26
- aws codepipeline start-pipeline-execution --name ${{ secret.CODEPIPELINE_NAME }}
+ aws codepipeline start-pipeline-execution --name ${{ secrets.CODEPIPELINE_NAME }}
0 commit comments