Skip to content

sync

sync #2

Workflow file for this run

name: sync
on:
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
continue-on-error: false
name: Sync Testbench Core code
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Run command
run: php bin/sync
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Assets