Skip to content

test17

test17 #18

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 Push
uses: nxtlvlsoftware/[email protected]
with:
repo: 'dongmin-ra/subtree_test_slave'
path: 'lib'
deploy_key: ${{ secrets.ACTION_TOKEN }}
tag: false