Skip to content

test adding

test adding #7

Workflow file for this run

name: Generate Read More related
on:
push:
branches:
- automate-read-more
pull_request:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
generate-read-more:
runs-on: "ubuntu-latest"
permissions:
contents: [write, read]

Check failure on line 17 in .github/workflows/action.yaml

View workflow run for this annotation

GitHub Actions / Generate Read More related

Invalid workflow file

The workflow is not valid. .github/workflows/action.yaml (Line: 17, Col: 17): A sequence was not expected
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.13.x
cache: npm
- run: npm install
- run: npm run style
- run: git status
- run: git add .
- run: git status
- uses: stefanzweifel/git-auto-commit-action@v5