We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb699ff commit a1a21f1Copy full SHA for a1a21f1
.github/workflows/manifest.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
with:
18
path: zephyrproject/zephyr
19
- ref: ${{ github.event.pull_request.head.sha }}
+ #ref: ${{ github.event.pull_request.head.sha }}
20
fetch-depth: 0
21
persist-credentials: false
22
@@ -31,7 +31,7 @@ jobs:
31
west init -l . || true
32
33
- name: Manifest
34
- uses: zephyrproject-rtos/action-manifest@1729cded3fc798cf0de4a789c596dcb9c40eb14c # v1.9.1
+ uses: zephyrproject-rtos/action-manifest@pull/25/head
35
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
manifest-path: 'west.yml'
0 commit comments