Skip to content

Commit 73a180a

Browse files
authored
Update release_lambda.yml
1 parent a880b68 commit 73a180a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release_lambda.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,4 @@ jobs:
204204
git add lambda-layer/terraform/lambda/layer.tf
205205
git commit -m "Update Lambda layer ARNs for releasing" || echo "No changes to commit"
206206
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
219207

0 commit comments

Comments
 (0)