Skip to content

Commit

Permalink
hotfix(global): try to checkout to the current context
Browse files Browse the repository at this point in the history
  • Loading branch information
sitozzz committed Feb 7, 2025
1 parent 154565d commit 39bfc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 1
submodules: recursive
fetch-depth: 0
submodules: true
ssh-key: ${{ secrets.SSH_DOCK_SERVER_PRIVATE_KEY }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 39bfc8e

Please sign in to comment.