Eh?
This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{github.event.pull_request.head.ref}}
|
||||||
token: ${{ secrets.ARTIFACTS_TOKEN }}
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
|
|
||||||
- name: Install trunk
|
- name: Install trunk
|
||||||
run: curl https://get.trunk.io -fsSL | bash
|
run: curl https://get.trunk.io -fsSL | bash
|
||||||
|
|||||||
Reference in New Issue
Block a user