Skip to content

Commit

Permalink
Log context
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Aug 16, 2024
1 parent 23a5909 commit d62fa4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/delete_draft_releases/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ runs:
id: delete-release
with:
script: |
console.log(context);
let allReleases = await github.rest.repos.listReleases({
owner: context.repo.owner,
repo: context.repo.repo
Expand Down

0 comments on commit d62fa4c

Please sign in to comment.