Skip to content

Commit

Permalink
chore(workflows/preview_link): ケアレスミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 13, 2025
1 parent 437ae62 commit baeb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
set -ex
git remote add base '${{ github.event.pull_request.base.repo.clone_url }}'
git fetch base '${{ github.event.pull_request.head.ref }}'
git fetch base '${{ github.event.pull_request.base.ref }}'
content=$(
git diff --name-status --diff-filter=dr ${{ steps.vars.outputs.sha0 }} ${{ steps.vars.outputs.sha }} |
sed -n '
Expand Down

0 comments on commit baeb128

Please sign in to comment.