Commit 5574a81d authored by Carles Cufi's avatar Carles Cufi Committed by Anas Nashif
Browse files

actions: manifest: avoid checking out the PR HEAD in the workflow

See description in the PR below for more details:
https://github.com/zephyrproject-rtos/action-manifest/pull/25



Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 66e50104
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ jobs:
        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
        with:
          path: zephyrproject/zephyr
          ref: ${{ github.event.pull_request.head.sha }}
          fetch-depth: 0
          persist-credentials: false

@@ -31,7 +30,7 @@ jobs:
          west init -l . || true

      - name: Manifest
        uses: zephyrproject-rtos/action-manifest@1729cded3fc798cf0de4a789c596dcb9c40eb14c # v1.9.1
        uses: zephyrproject-rtos/action-manifest@09983f53d3d878791aa37a7755ae44d695f4c1e5 # v2.0.0
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          manifest-path: 'west.yml'