Skip to content

Commit

Permalink
Log result
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 8, 2024
1 parent 5062b75 commit 9f9aa38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maintenance_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
uses: actions/github-script@v7
with:
script: |
await github.rest.issues.update({
let result = await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
milestone: ${{ env.MILESTONE_NUMBER }},
});
console.log(result);

0 comments on commit 9f9aa38

Please sign in to comment.