Skip to content

add tea.yaml

add tea.yaml #57

Workflow file for this run

name: pub
on: [push]
jobs:
gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: pub
uses: ./.github/actions/git-pub
with:
ssh_private_key: '${{ secrets.shed }}'
target_repo: '[email protected]:nshen/mini-shed-starter.git'
source_folder: './packages/starter'
coding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: pub
uses: ./.github/actions/git-pub
with:
ssh_private_key: '${{ secrets.shed }}'
target_repo: '[email protected]:shed/mini-shed-starter.git'
source_folder: './packages/starter'