Skip to content

Commit

Permalink
Fix ref for make pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 21, 2025
1 parent 255d5f2 commit 7e178db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.event.client_payload.ref }}
ref: develop
fetch-depth: 0
- name: Use Node.js ${{ env.NODE }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 7e178db

Please sign in to comment.