Skip to content

Commit df13161

Browse files
authored
Merge pull request #7164 from nextcloud-libraries/chore/also-update-styling-on-stable8
2 parents 7432172 + 79da898 commit df13161

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/server-styling-update.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
1+
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
33
name: Update server styling
44

@@ -10,9 +10,14 @@ on:
1010
jobs:
1111
server-styling-update:
1212
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
branch: ['main', 'stable8']
1316

1417
steps:
15-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
with:
20+
persist-credentials: false
1621

1722
- name: Download css
1823
run: |
@@ -25,15 +30,15 @@ jobs:
2530
curl https://nextcloud.github.io/server/dist/icons.css --output icons.css
2631
2732
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v7
33+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
2934
with:
3035
token: ${{ secrets.COMMAND_BOT_PAT }}
3136
commit-message: "chore(assets): Update styling from server"
3237
committer: GitHub <[email protected]>
3338
author: nextcloud-command <[email protected]>
3439
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'
3742
add-paths: styleguide/assets
3843
body: |
3944
Auto-generated update of our locally cached css styling from

0 commit comments

Comments
 (0)