Skip to content

Update demo link in README.md #144

Update demo link in README.md

Update demo link in README.md #144

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update demo branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "14"
- uses: connor-baer/action-sync-branch@main
with:
branch: demo
token: ${{ secrets.GITHUB_TOKEN }}
force: true