Update snapshot-release.yml

This commit is contained in:
Fred K. Schott 2022-09-12 14:34:50 -07:00 committed by GitHub
parent 05778251db
commit 9558e2c810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const splitComment = github.event.comment.body.split(' ');
const splitComment = context.payload.comment.body.split(' ');
splitComment.length !== 2 && (github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,