Skip to content

Commit

Permalink
fix: give more direct debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Oct 28, 2024
1 parent 5710b83 commit 0e02ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
run: |
if git show-ref --verify --quiet refs/heads/main; then
echo "MAIN_BRANCH_NAME=main" >> $GITHUB_ENV
echo "Using `main` as the main branch"
else
echo "MAIN_BRANCH_NAME=master" >> $GITHUB_ENV
echo "Using `master` as the main branch"
fi
echo "MAIN_BRANCH_NAME=$MAIN_BRANCH_NAME" # Output for debugging
- name: Extract PR numbers and titles
env:
Expand Down

0 comments on commit 0e02ceb

Please sign in to comment.