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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19+ with :
20+ path : www
21+
22+ - uses : actions/checkout@v4
23+ with :
24+ repository : ruby/ruby
25+ path : ruby
1926
2027 - uses : ruby/setup-ruby@v1
2128 with :
2532 run : |
2633 ruby lib/draft-release.rb ${{ github.event.client_payload.version || github.event.inputs.version }}
2734
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+
2840 - name : Create Commit
2941 run : |
3042 git config user.name "GitHub Actions Bot"
4355 title : " Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"
4456 body : " This is an automated pull request to create a release"
4557 draft : true
58+
59+ working-directory : www
You can’t perform that action at this time.
0 commit comments