Skip to content

Merge pull request #16 from calvinmclean/remove-acorn #19

Merge pull request #16 from calvinmclean/remove-acorn

Merge pull request #16 from calvinmclean/remove-acorn #19

Workflow file for this run

name: Synchronize and commit
on:
push:
branches:
- main
jobs:
synchronize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: calvinmclean/[email protected]
with:
type: synchronize
api_key: ${{ secrets.DEV_TO_API_KEY }}