File tree Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : denoland/setup-deno @v1.1.4
13
+ - uses : hasundue/molt-action @v1
14
14
with :
15
- deno-version : 1.x
16
- - name : Configure Git
17
- run : |
18
- git config user.name github-actions[bot]
19
- git config user.email github-actions[bot]@users.noreply.github.com
20
- - name : Update dependencies and commit changes
21
- run : deno task -q update:commit --summary ../title.txt --report ../body.md
22
- - name : Check result
23
- id : result
24
- uses : andstor/file-existence-action@v2
25
- with :
26
- files : ../title.txt, ../body.md
27
- - name : Read title.txt
28
- id : title
29
- if : steps.result.outputs.files_exists == 'true'
30
- uses : juliangruber/read-file-action@v1
31
- with :
32
- path : ../title.txt
33
- - name : Read body.md
34
- id : body
35
- if : steps.result.outputs.files_exists == 'true'
36
- uses : juliangruber/read-file-action@v1
37
- with :
38
- path : ../body.md
39
- - name : Create a pull request
40
- if : steps.result.outputs.files_exists == 'true'
41
- uses : peter-evans/create-pull-request@v6
42
- with :
43
- author : github-actions[bot] <github-actions[bot]@users.noreply.github.com>
44
15
branch : automation/update-dependencies
45
- title : ${{ steps.title.outputs.content }}
46
- body : ${{ steps.body.outputs.content }}
47
16
labels : automation
48
- delete-branch : true
17
+ token : ${{ secrets.PA_TOKEN }}
You can’t perform that action at this time.
0 commit comments