Skip to content

Merge branch 'main' of ssh://github.com/Kode/Kore #188

Merge branch 'main' of ssh://github.com/Kode/Kore

Merge branch 'main' of ssh://github.com/Kode/Kore #188

Workflow file for this run

name: Update v3
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set name
run: git config --global user.name "Robbot"
- name: Set email
run: git config --global user.email "robbot2019@robdangero.us"
- name: Push to v3
run: git push origin main:v3