Skip to content

manifest: Update bsim to version v2.4 #238

manifest: Update bsim to version v2.4

manifest: Update bsim to version v2.4 #238

Workflow file for this run

name: Manifest
on:
pull_request_target:
jobs:
contribs:
runs-on: ubuntu-22.04
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
path: zephyrproject/zephyr
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false
- name: west setup
env:
BASE_REF: ${{ github.base_ref }}
working-directory: zephyrproject/zephyr
run: |
pip3 install west
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
west init -l . || true
- name: Manifest
uses: zephyrproject-rtos/action-manifest@pull/14/head
working-directory: zephyrproject/zephyr

Check failure on line 30 in .github/workflows/manifest.yml

View workflow run for this annotation

GitHub Actions / Manifest

Invalid workflow file

The workflow is not valid. .github/workflows/manifest.yml (Line: 30, Col: 9): Unexpected value 'working-directory'
with:
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
manifest-path: 'west.yml'
checkout-path: '.'
use-tree-checkout: 'true'
check-impostor-commits: 'true'
label-prefix: 'manifest-'
verbosity-level: '1'
labels: 'manifest'
dnm-labels: 'DNM'