Skip to content

Commit

Permalink
chore: add debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Nov 29, 2023
1 parent 84b5e51 commit 2ff4796
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-pr-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ on:
type: boolean

jobs:
debug:
runs-on: ubuntu-latest
steps:
run: |
echo "target_branch: ${{ inputs.target_branch }}"
echo "tag_name: ${{ inputs.tag_name }}"
echo "prerelease: ${{ inputs.prerelease }}"
create-pr-to-main-on-release:
if: inputs.target_branch == 'main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ff4796

Please sign in to comment.