Skip to content

Using orchest-controller to install orchest, orchest_node-agent is not installed. #638

Using orchest-controller to install orchest, orchest_node-agent is not installed.

Using orchest-controller to install orchest, orchest_node-agent is not installed. #638

# NOTE: This event will only trigger a workflow run if
# the workflow file is on the default branch.
on:
issues:
types: [opened, edited, closed, reopened]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Sync GitHub issue to Linear
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Sync issue
# Uses an action in the root directory
uses: ./.github/custom-actions/github-linear-sync/
env:
LINEAR_KEY: ${{ secrets.LINEAR_KEY }}
LINEAR_TEAM_ID: ${{ secrets.LINEAR_TEAM_ID }}