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 d1b014e commit 24d6754Copy full SHA for 24d6754
.github/workflows/manifest.yml
@@ -1,6 +1,6 @@
1
name: Manifest
2
on:
3
- pull_request_target:
+ pull_request:
4
5
permissions:
6
contents: read
@@ -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