Skip to content

Commit

Permalink
ci: Update support table automatically when updating presets
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Oct 20, 2024
1 parent f0f1585 commit 406470a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update_presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

- name: Update presets
run: ./tool/generate-nextcloud-test-presets.sh
- name: Update support table
run: |
cd packages/nextcloud
fvm dart run generate_support_table.dart
- name: Create Pull Request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
Expand All @@ -30,6 +34,4 @@ jobs:
branch: chore/nextcloud_test/update-presets
delete-branch: true
title: "chore(nextcloud_test): Update presets"
body: |
Make sure to update the supported apps table if a new preset is added!
`git checkout chore/nextcloud_test/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI.
body: "`git checkout chore/nextcloud_test/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI."

0 comments on commit 406470a

Please sign in to comment.