Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Nov 14, 2023
1 parent c56b31c commit 1011f92
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - shell: bash
# run: |
# npm i
# npm run build
- 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"
})
# - 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 1011f92

Please sign in to comment.