Skip to content

Commit 1011f92

Browse files
committed
workflow fix
1 parent c56b31c commit 1011f92

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
# - shell: bash
10-
# run: |
11-
# npm i
12-
# npm run build
9+
- shell: bash
10+
run: |
11+
npm i
12+
npm run build
1313
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-
})
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+
# })
2323

0 commit comments

Comments
 (0)