Skip to content

Commit

Permalink
fix: symmetric git diff due to head behind base (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd authored Jul 31, 2023
1 parent ba0ba37 commit a1b59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--filter
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--cache-dir
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--force
run: echo "turbo_args=--filter=\"...[${{ github.event.pull_request.base.sha }}]\" --cache-dir=.turbo/cache" >> "$GITHUB_OUTPUT"
run: echo "turbo_args=--filter=\"[HEAD~${{ github.event.pull_request.commits }}...HEAD]\" --cache-dir=.turbo/cache" >> "$GITHUB_OUTPUT"

lint:
name: Lint
Expand Down

1 comment on commit a1b59da

@vercel
Copy link

@vercel vercel bot commented on a1b59da Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nodejs-org-stories – ./

nodejs-org-storybook.vercel.app
nodejs-org-stories-openjs.vercel.app
nodejs-org-stories-git-main-openjs.vercel.app

Please sign in to comment.