File tree Expand file tree Collapse file tree 4 files changed +7
-245
lines changed Expand file tree Collapse file tree 4 files changed +7
-245
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ jobs:
34
34
node-version : ${{ env.NODE_VERSION }}
35
35
cache : " npm"
36
36
- name : Setup dependencies
37
- uses : aws-powertools/actions/.github/actions/cached-node-modules@b8e12f37991bb03672113b65cae09d52d494bbef # v1.0 .0
37
+ uses : aws-powertools/actions/.github/actions/cached-node-modules@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1 .0
38
38
with :
39
39
node-version : ${{ env.NODE_VERSION }}
40
+ build : " false"
40
41
- name : Version and changelog
41
42
id : version-n-changelog
42
- uses : aws-powertools/actions/.github/actions/version-n-changelog@b8e12f37991bb03672113b65cae09d52d494bbef # v1.0 .0
43
+ uses : aws-powertools/actions/.github/actions/version-n-changelog@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1 .0
43
44
with :
44
45
release-type : ${{ github.event.inputs.release-type }}
45
46
- name : Update user agent version
50
51
run : git add .
51
52
- name : Create PR
52
53
id : create-pr
53
- uses : ./ .github/actions/create-pr
54
+ uses : aws-powertools/actions/ .github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0
54
55
with :
55
56
temp_branch_prefix : " ci-bump"
56
57
pull_request_title : " chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"
Original file line number Diff line number Diff line change @@ -106,11 +106,12 @@ jobs:
106
106
- name : Replace layer versions in documentation
107
107
run : |
108
108
./.github/scripts/update_layer_arn.sh ${{ inputs.layer_documentation_version }}
109
+ - name : Stage changes
110
+ run : git add .
109
111
- name : Create PR
110
112
id : create-pr
111
- uses : ./ .github/actions/create-pr
113
+ uses : aws-powertools/actions/ .github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0
112
114
with :
113
- files : ' docs/getting-started/lambda-layers.md'
114
115
temp_branch_prefix : ' ci-layer-docs'
115
116
pull_request_title : ' chore(ci): update layer ARN on documentation'
116
117
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments