Skip to content

Commit a1a21f1

Browse files
committed
actions: manifest: switch to PR #15 and remove ref: line in checkout
Signed-off-by: Carles Cufi <[email protected]>
1 parent bb699ff commit a1a21f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
path: zephyrproject/zephyr
19-
ref: ${{ github.event.pull_request.head.sha }}
19+
#ref: ${{ github.event.pull_request.head.sha }}
2020
fetch-depth: 0
2121
persist-credentials: false
2222

@@ -31,7 +31,7 @@ jobs:
3131
west init -l . || true
3232
3333
- name: Manifest
34-
uses: zephyrproject-rtos/action-manifest@1729cded3fc798cf0de4a789c596dcb9c40eb14c # v1.9.1
34+
uses: zephyrproject-rtos/action-manifest@pull/25/head
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
manifest-path: 'west.yml'

0 commit comments

Comments
 (0)