File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
1
+ # SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
2
2
# SPDX-License-Identifier: MIT
3
3
name : Update server styling
4
4
10
10
jobs :
11
11
server-styling-update :
12
12
runs-on : ubuntu-latest
13
+ strategy :
14
+ matrix :
15
+ branch : ['main', 'stable8']
13
16
14
17
steps :
15
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ with :
20
+ persist-credentials : false
16
21
17
22
- name : Download css
18
23
run : |
@@ -25,15 +30,15 @@ jobs:
25
30
curl https://nextcloud.github.io/server/dist/icons.css --output icons.css
26
31
27
32
- name : Create Pull Request
28
- uses : peter-evans/create-pull-request@v7
33
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
29
34
with :
30
35
token : ${{ secrets.COMMAND_BOT_PAT }}
31
36
commit-message : " chore(assets): Update styling from server"
32
37
committer :
GitHub <[email protected] >
33
38
author :
nextcloud-command <[email protected] >
34
39
signoff : true
35
- branch : automated/noid /server-styling-update
36
- title : Automated styling update from server
40
+ branch : ' automated/${{ github.run_id }} /server-styling-update'
41
+ title : ' [${{ matrix.branch }}] Automated styling update from server'
37
42
add-paths : styleguide/assets
38
43
body : |
39
44
Auto-generated update of our locally cached css styling from
You can’t perform that action at this time.
0 commit comments