Skip to content

Commit

Permalink
Edit logs on submission workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss committed Sep 20, 2023
1 parent 48fa5c8 commit 120bdd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/submit-verification-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
script: |
const body = context.payload.comment.body
const result = body.split[" "][1]
console.log(body)
const result = body.split[" "]
console.log(result)
- uses: actions/checkout@v3
- name: Install Packages
Expand Down

0 comments on commit 120bdd0

Please sign in to comment.