Skip to content

Unit Tests and n-dimensional data support (#74) #35

Unit Tests and n-dimensional data support (#74)

Unit Tests and n-dimensional data support (#74) #35

name: Sync test-deploy with main
on:
push:
branches:
- main
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.SECRET_SYNC}}
FROM_BRANCH: "main"
TO_BRANCH: "test-deployment"
PULL_REQUEST_TITLE: "Sync test-deployment with main"
PULL_REQUEST_BODY: "For keeping test-deployment up to date with the recent changes made to main."