Skip to content

Commit

Permalink
comment not bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Aug 16, 2023
1 parent 956659e commit 0fe34c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ecosystem-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
if: ${{ steps.check-return.outputs.PASS_STD == 'True' }}
with:
script: |
# PR
// PR
github.rest.issues.addLabels({
issue_number: ${{ steps.cpr.outputs.pull-request-number }},
owner: context.repo.owner,
Expand All @@ -175,7 +175,7 @@ jobs:
repo: context.repo.repo,
name: ["on hold"]
})
# Issue
// Issue
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand All @@ -194,7 +194,7 @@ jobs:
if: ${{ steps.check-return.outputs.PASS_STD != 'True' }}
with:
script: |
# PR
// PR
github.rest.issues.addLabels({
issue_number: ${{ steps.cpr.outputs.pull-request-number }},
owner: context.repo.owner,
Expand All @@ -207,7 +207,7 @@ jobs:
repo: context.repo.repo,
name: ["ready"]
})
# Issue
// Issue
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 0fe34c9

Please sign in to comment.