Skip to content

Commit

Permalink
fix: cicd, checkout sha
Browse files Browse the repository at this point in the history
  • Loading branch information
孙高猛 committed Jan 25, 2024
1 parent 1c73c6c commit 3fa55f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 3fa55f9

Please sign in to comment.