Skip to content

chore: DO NOT MERGE #308

chore: DO NOT MERGE

chore: DO NOT MERGE #308

Workflow file for this run

name: 'Update test presets'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
jobs:
update:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- name: Install dart
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1
with:
sdk: 3.5
- name: Setup
run: ./tool/setup.sh
- 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:
commit-message: "chore(nextcloud_test): Update presets"
signoff: true
branch: chore/nextcloud_test/update-presets
delete-branch: true
title: "chore(nextcloud_test): Update presets"
body: `git checkout chore/nextcloud_test/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI.

Check failure on line 38 in .github/workflows/update_presets.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update_presets.yaml

Invalid workflow file

You have an error in your yaml syntax on line 38