Skip to content

Commit

Permalink
Update test-build-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Nov 14, 2023
1 parent d3613fa commit a84ac93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@ jobs:
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"
})

0 comments on commit a84ac93

Please sign in to comment.