File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,22 @@ jobs:
3030 - name : Install pip3
3131 run : pip3 install tox
3232
33- - name : Update ${{ matrix.image }} images
34- uses : technote-space/create-pr-action@v2
33+ - name : Update images
34+ run : tox -e update -- --dry-run --name ${{ matrix.image }}
35+
36+ - name : Create pull request
37+ uses : peter-evans/create-pull-request@v7
3538 with :
36- EXECUTE_COMMANDS : |
37- tox -e update -- --dry-run --name ${{ matrix.image }}
38- COMMIT_EMAIL : ' bot@osism.tech'
39- COMMIT_MESSAGE : |
39+ token : ${{ secrets.GITHUB_TOKEN }}
40+ commit-message : |
41+ chore: update ${{ matrix.image }} images
42+
43+ Signed-off-by: OSISM Bot <bot@osism.tech>
44+ committer : OSISM Bot <bot@osism.tech>
45+ branch : updates-images-${{ github.run_number }}
46+ delete-branch : true
47+ title : " chore: update ${{ matrix.image }} images"
48+ body : |
4049 chore: update ${{ matrix.image }} images
4150
4251 Signed-off-by: OSISM Bot <bot@osism.tech>
43- COMMIT_NAME : " OSISM Bot"
44- ONLY_DEFAULT_BRANCH : true
45- PR_BRANCH_NAME : " update-${{ matrix.image }}-images"
46- PR_BRANCH_PREFIX : " chore/"
47- PR_TITLE : " chore: update ${{ matrix.image }} images"
You can’t perform that action at this time.
0 commit comments