File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
name : Auto delete branch on merge
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : cloudposse/actions/github/branch-cleanup@0.28 .0
11
+ - uses : cloudposse/actions/github/branch-cleanup@0.33 .0
12
12
env :
13
13
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
14
14
NO_BRANCH_DELETED_EXIT_CODE : 0
Original file line number Diff line number Diff line change 43
43
44
44
# Add reaction to the original comment
45
45
- name : Add reaction to the original comment
46
- uses : cloudposse/actions/github/create-or-update-comment@0.28 .0
46
+ uses : cloudposse/actions/github/create-or-update-comment@0.33 .0
47
47
with :
48
48
token : ${{ secrets.REPO_ACCESS_TOKEN }}
49
49
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 41
41
42
42
# Add reaction to the original comment
43
43
- name : Add reaction to the original comment
44
- uses : cloudposse/actions/github/create-or-update-comment@0.28 .0
44
+ uses : cloudposse/actions/github/create-or-update-comment@0.33 .0
45
45
with :
46
46
token : ${{ secrets.REPO_ACCESS_TOKEN }}
47
47
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
You can’t perform that action at this time.
0 commit comments