Skip to content

Commit

Permalink
chore(ci): logs params for debugging on gh
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Jan 2, 2025
1 parent 8b9e821 commit f69604d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ on:
required: true

jobs:
Checks:
runs-on: ubuntu-latest
steps:
- name: Check Branch Name
run: |
echo "Branch Name: ${{ inputs.branch_name }}"
deploy:
runs-on: ubuntu-latest
if: |
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/workflow.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ on:
type: string

jobs:
Checks:
runs-on: ubuntu-latest
steps:
- name: Check Branch Name
run: |
echo "Branch Name: ${{ inputs.branch_name }}"
release:
runs-on: ubuntu-latest
if: |
Expand Down

0 comments on commit f69604d

Please sign in to comment.