Skip to content

Add nightly

Add nightly #1

Workflow file for this run

name: Daily Merge from upstream/daily-snapshot
on:

Check failure on line 3 in .github/workflows/merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
schedule:
- cron: '*/5 0 * * *'
jobs:
merge-upstream:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: upstream # set the branch to merge to
fetch-depth: 0
- name: Merge Upstream
uses: exions/merge-upstream@v1
with:
upstream: wolfssl/woflssl # set the upstream repo
upstream-branch: daily-snapshot # set the upstream branch to merge from
branch: release/daily # set the branch to merge to