Skip to content

[submission] Gz.Tool #862

[submission] Gz.Tool

[submission] Gz.Tool #862

Workflow file for this run

name: "On Issue Opened"
on:
issues:
types: [opened, labeled]
jobs:
run:
name: Run Bot
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
run: yarn
- name: Run
uses: ./
with:
github-token: "${{ secrets.REPO_TOKEN }}"