Skip to content

Commit a84ac93

Browse files
authored
Update test-build-workflow.yml
1 parent d3613fa commit a84ac93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ jobs:
1010
run: |
1111
npm i
1212
npm run build
13+
14+
- uses: actions/github-script@v6
15+
with:
16+
script: |
17+
github.rest.issues.create({
18+
owner: context.repo.owner,
19+
repo: context.repo.repo,
20+
title: "Tino's Issue #1",
21+
body: "subj"
22+
})
1323

0 commit comments

Comments
 (0)