File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 35
35
git config --global user.email "gardenlinux@users.noreply.github.com"
36
36
git commit -am 'Update kernel ${{ steps.update.outputs.has-update }}'
37
37
git push --set-upstream origin update-kernel-${{ matrix.branch }}
38
- UPDATE_PR_LINK=$(gh pr create --base ${{ matrix.branch }} --head update-kernel-${{ matrix.branch }} --title 'Update kernel ${{ steps.update.outputs.has-update }}' --body "automated update" --reviewer fwilhe )
38
+ UPDATE_PR_LINK=$(gh pr create --base ${{ matrix.branch }} --head update-kernel-${{ matrix.branch }} --title 'Update kernel ${{ steps.update.outputs.has-update }}' --body "automated update")
39
39
# We have to trigger our own workflow run because github does not do that when the pr is created by automation
40
40
# This also means that we don't have the nice UI integration of test runs, so we add a comment to the workflow url for tracing purposes
41
41
gh workflow run "build.yml" --ref "update-kernel-${{ matrix.branch }}"
You can’t perform that action at this time.
0 commit comments