Skip to content

Commit

Permalink
Update issue-to-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinisg authored Dec 20, 2024
1 parent 76deff8 commit 1bf1ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const issueBody = github.event.issue.body;
const promptName = github.event.issue.title;
const issueBody = context.payload.issue.body;
const promptName = context.payload.issue.title;
const fs = require('fs');
// Write issue body to file
Expand Down

0 comments on commit 1bf1ec5

Please sign in to comment.