Skip to content

Update API

Update API #17371

Workflow file for this run

name: Update API
on:
push:
branches: [main]
pull_request:
branches: [main]
# Fire every hour
schedule:
- cron: "0 */1 * * *"
jobs:
copy-api:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clone Gmsh from GitLab
run: |
bash .github/update-api.sh
shell: bash
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: "gnikit"
author_email: [email protected]
message: "ci: update Gmsh API"
add: "."