Commit 8077af9 1 parent 46409be commit 8077af9 Copy full SHA for 8077af9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
pull-request :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@master
19
+ - uses : actions/checkout@v3
20
20
- name : pull-request
21
21
uses : repo-sync/pull-request@v2
22
22
with :
23
23
github_token : ${{ secrets.GITHUB_TOKEN }}
24
24
- name : update-pull-request
25
- uses : kt3k/update-pr-description@v1.0.1
25
+ uses : kt3k/update-pr-description@v2
26
26
with :
27
27
pr_body : " **some description**"
28
28
github_token : ${{ secrets.GITHUB_TOKEN }}
44
44
pull-request:
45
45
runs-on: ubuntu-latest
46
46
steps:
47
- - uses: actions/checkout@master
47
+ - uses: actions/checkout@v3
48
48
- name: create-description
49
49
run: "some script for creating PR description from the branch diff"
50
50
id: description
55
55
destination_branch: release
56
56
pr_title: Release
57
57
- name: update-pull-request
58
- uses: kt3k/update-pr-description@v1.0.1
58
+ uses: kt3k/update-pr-description@v2
59
59
with:
60
60
pr_body: ${{ steps.description.outputs.description }}
61
61
destination_branch: release
You can’t perform that action at this time.
0 commit comments