Skip to content

Commit

Permalink
Update wr-schedule-monthly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 18, 2023
1 parent abce3bc commit c9680f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wr-schedule-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
per_page: 1,
page: 1,
});
const newIssueNumber = newIssue['data'][0]['number']
return newIssueNumber
console.log(' >> HOPEFULLY printing url')
console.log(context.repo.html_url)
const newIssueNumber = newIssue['data'][0]['number'];
return newIssueNumber;
- name: Auto close issue
run: gh issue close --comment "This issue is automatically closed after creation." "https://github.com/t-will-gillis/website/issues/${{ steps.get-issue-number.outputs.result }}"
env:
Expand Down

0 comments on commit c9680f6

Please sign in to comment.