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 a880b68 commit 73a180aCopy full SHA for 73a180a
.github/workflows/release_lambda.yml
@@ -204,16 +204,4 @@ jobs:
204
git add lambda-layer/terraform/lambda/layer.tf
205
git commit -m "Update Lambda layer ARNs for releasing" || echo "No changes to commit"
206
git push
207
- - name: Create Pull Request
208
- env:
209
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
210
- uses: peter-evans/create-pull-request@v5
211
- with:
212
- token: ${{ secrets.GITHUB_TOKEN }}
213
- commit-message: "Update Lambda layer ARNs for releasing"
214
- title: "Update Layer layer ARNs for releasing"
215
- body: |
216
- This PR updates the layer.tf file for the AWS region `${{ matrix.aws_region }}`.
217
- branch: release-lambda-${{ github.run_id }}
218
- base: main
219
0 commit comments