Skip to content

test changes

test changes #1

Workflow file for this run

name: Generate Read More related
on:
push:
branches:
- automate-read-more
pull_request:
permissions:
contents: read
pull-requests: read
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"
steps:
- name: Checkout
uses: actions/checkout@v4
fetch-depth: 0

Check failure on line 23 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: 23, Col: 9): Unexpected value 'fetch-depth'
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.13.x
cache: npm
- name: Install
run: npm install
- name: Gather files changed
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
with:
fileOutput: 'json'
- name: Show files changed
run: cat $HOME/files.json