Skip to content

.github/workflows/sync.yaml #183

.github/workflows/sync.yaml

.github/workflows/sync.yaml #183

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: "0 20 * * *"
permissions:
contents: write
pull-requests: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8.15.6
- run: ./sync.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: Sync with winglang/wing
body: |
This is an automated pull request to sync the latest changes from winglang/wing
branch: sync