Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Aug 31, 2024
1 parent 06cad51 commit c2664ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/issue_comp_next-release-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ jobs:
repo: 'core',
labels: ['Next Release']
});
const updated = await github.rest.issues.get({
issue_number: ${{ inputs.issue_number }},
owner: '${{ github.repository_owner }}',
repo: 'core'
});
console.log(`Issue: ${JSON.stringify(updated, null, 2)}`);

0 comments on commit c2664ce

Please sign in to comment.