Skip to content

Scoop Buckets Sync #619

Scoop Buckets Sync

Scoop Buckets Sync #619

Workflow file for this run

name: Scoop Buckets Sync
on:
workflow_dispatch:
schedule:
- cron: '5 0 * * *'
jobs:
sync:
runs-on: ubuntu-latest
# runs-on: windows-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Sync buckets
run: |
cp -f .github/package.json .
npm i --no-package-lock --no-audit --no-fund
node .github/sync.mjs
env:
SYNC: 1