File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ path : www
21
+
22
+ - uses : actions/checkout@v4
23
+ with :
24
+ repository : ruby/ruby
25
+ path : ruby
19
26
20
27
- uses : ruby/setup-ruby@v1
21
28
with :
25
32
run : |
26
33
ruby lib/draft-release.rb ${{ github.event.client_payload.version || github.event.inputs.version }}
27
34
35
+ - name : Update data files
36
+ run : |
37
+ tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
38
+ working-directory : ruby
39
+
28
40
- name : Create Commit
29
41
run : |
30
42
git config user.name "GitHub Actions Bot"
43
55
title : " Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"
44
56
body : " This is an automated pull request to create a release"
45
57
draft : true
58
+
59
+ working-directory : www
You can’t perform that action at this time.
0 commit comments