Skip to content

a: change

a: change #6

Workflow file for this run

name: Manifest
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
contribs:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/manifest.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
path: ncs/nrf
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false
- name: Scripts
env:
BASE_REF: ${{ github.base_ref }}
working-directory: ncs/nrf
run: |
git remote -v
echo "Git log:"
git log --pretty=oneline | head -n 10