Skip to content

Commit

Permalink
Fix Issues workflow (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Oct 7, 2021
1 parent 713c791 commit 12a15fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Issues

on:
issues:
types: [opened]
Expand All @@ -18,7 +20,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 12a15fb

Please sign in to comment.