Skip to content

Commit

Permalink
chore: test contributing pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Andrews <[email protected]>
  • Loading branch information
ABC2015 committed Nov 28, 2024
1 parent 863f840 commit f215b6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/parent-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
echo "Event Name: ${{ github.event_name }}"
echo "branch_name=$branch" >> $GITHUB_OUTPUT
echo "event_name=${{ github.event_name }}" >> $GITHUB_OUTPUT
- name: Debug Branch Name
run: |
echo "Extracted Branch Name: ${{ steps.determine.outputs.branch_name }}"
echo "Event Name: ${{ steps.determine.outputs.event_name }}"
trigger-validation:
name: Trigger Validation Workflow
Expand Down

0 comments on commit f215b6b

Please sign in to comment.