Skip to content

Commit

Permalink
chore: add debug logs
Browse files Browse the repository at this point in the history
chore: add debug logs
  • Loading branch information
rjan90 committed Jan 10, 2025
1 parent 38a7deb commit 86db048
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- env:
GITHUB_TOKEN: ${{ github.token }}
run: |
echo "Debug values:"
echo "Type: ${{ github.event.inputs.type }}"
echo "Tag: ${{ github.event.inputs.tag }}"
echo "Level: ${{ github.event.inputs.level }}"
go run cmd/release/main.go create-issue \
--create-on-github true \
--type "${{ github.event.inputs.type }}" \
Expand Down

0 comments on commit 86db048

Please sign in to comment.