Skip to content

Merge pull request #19 from gnikit/dependabot/github_actions/actions/… #88

Merge pull request #19 from gnikit/dependabot/github_actions/actions/…

Merge pull request #19 from gnikit/dependabot/github_actions/actions/… #88

Workflow file for this run

name: Update API
on:
push:
pull_request:
workflow_dispatch:
# Fire month
schedule:
- cron: "0 0 1 */1 *"
jobs:
copy-api:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update C Source files
run: |
bash update.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: "."