|
@@ -18,6 +18,7 @@ jobs:
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
+ ref: ${{ github.head_ref || github.ref }}
|
|
|
|
|
|
|
|
- name: Setup Bun
|
|
- name: Setup Bun
|
|
|
uses: ./.github/actions/setup-bun
|
|
uses: ./.github/actions/setup-bun
|