Skip to content

Commit

Permalink
Try supplying a local branch name in the git fetch. Maybe that will m…
Browse files Browse the repository at this point in the history
…ake things work....
  • Loading branch information
SpicyLemon committed Jul 29, 2024
1 parent 5e244bb commit 02fc0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
PR_TARGET: ${{ github.event.pull_request.base.ref }}
run: |
printf 'git status\n' && git status
printf 'git fetch origin "%s" --depth 1\n' "$PR_TARGET" && git fetch origin "$PR_TARGET" --depth 1
printf 'git fetch origin "%s:%s" --depth 1\n' "$PR_TARGET" "$PR_TARGET" && git fetch origin "${PR_TARGET}:${PR_TARGET}" --depth 1
printf 'git status\n' && git status
printf 'git branch\n' && git branch
./scripts/dependabot-changelog.sh \
Expand Down

0 comments on commit 02fc0ba

Please sign in to comment.