Skip to content

.github/workflows/test-build-workflow.yml #6

.github/workflows/test-build-workflow.yml

.github/workflows/test-build-workflow.yml #6

on:
workflow_dispatch:
jobs:
job1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - shell: bash
# run: |
# npm i
# npm run build
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
title: "Tino's Issue #1",
body: "subj"
})