Skip to content

Dependency Dashboard #128

Dependency Dashboard

Dependency Dashboard #128

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Test action run
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
issues:
issue_comment:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
run:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_TEST }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
# Runs a single command using the runners shell
- name: Run the typescript action
uses: ./
with:
repo_target: "Braustuben/synctest-target"
only_sync_on_label: "a yellow submarine"
only_sync_main_issue: true