Skip to content

test44

test44 #47

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Subtree Push
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
pull_request:
types:
- closed
branches:
- main
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
subtree-push:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
# Runs a single command using the runners shell
- name: Checkout Repository
uses: actions/checkout@v2
- name: subtree sync
uses: jmadler/[email protected]
with:
github_token: ${{ secrets.ACTION_TOKEN }}
action: 'push'
repo: 'dongmin-ra/subtree_test_slave'
position: 'main'
prefix: 'lib'