Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Sync Fork

Sync Fork #6

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git config user.name mise-en-dev
git config user.email [email protected]
git pull --ff-only https://github.com/asdf-vm/asdf-plugins master
git push origin main