File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,18 @@ jobs:
31
31
with :
32
32
path : official-images
33
33
repository : docker-library/official-images
34
+ ref : ' node'
34
35
35
36
- name : Generate Stackbrew for diff
36
37
run : |
37
38
cd docker-node
38
39
./generate-stackbrew-library.sh > ../official-images/library/node
39
40
41
+ - name : Commit changes
42
+ run : |
43
+ cd official-images
44
+ git commit -am "Node: ${{ github.event.pull_request.title }}" --author="${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" || true
45
+
40
46
- name : Create PR in official-images
41
47
id : create-pr
42
48
uses : peter-evans/create-pull-request@v3
45
51
push-to-fork : nodejs-github-bot/official-images
46
52
path : official-images
47
53
branch : node
48
- commit-message : " Node: ${{ github.event.pull_request.title }}"
49
54
title : " Node: ${{ github.event.pull_request.title }}"
50
55
body : |
51
56
Pull Request: ${{ github.event.pull_request.html_url }}
You can’t perform that action at this time.
0 commit comments