Skip to content

Commit

Permalink
Add missing double quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Jul 29, 2024
1 parent 071aa39 commit 5e244bb
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" --depth 1\n' "$PR_TARGET" && git fetch origin "$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 5e244bb

Please sign in to comment.