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 2f0944c commit 2d34012Copy full SHA for 2d34012
.github/workflows/manifest.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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
0 commit comments