Skip to content

Commit

Permalink
clean up refs
Browse files Browse the repository at this point in the history
Former-commit-id: 47c9fba
  • Loading branch information
josh-heyer committed Jul 20, 2021
1 parent 03cc6eb commit cdbbe92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: ${{ env.BUILD_ENV_NAME }}
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # fetch whole repo so git-restore-mtime can work

- name: Adjust file watchers limit
Expand All @@ -35,6 +36,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'

- name: Yarn install
run: npx yarn install --immutable
env:
Expand Down

0 comments on commit cdbbe92

Please sign in to comment.