Skip to content

Commit

Permalink
Merge pull request #2577 from nextcloud/ci/update-support-table-autom…
Browse files Browse the repository at this point in the history
…atically
  • Loading branch information
provokateurin authored Oct 21, 2024
2 parents d0916fa + 406470a commit 5484049
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 5484049

Please sign in to comment.