Skip to content

debug yaml

debug yaml #2

Workflow file for this run

name: List Files in PR
on:
push:
branches:
- main
pull_request:
types: [opened, ready_for_review]
jobs:
list-files:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: List files in the PR
uses: ./.github/actions/ghaprai
id: log_pr_details # This ID is used to reference the output of this step
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Display PR Files
run: echo "Files changed in the PR: "${{ steps.log_pr_details.outputs.prFiles }}

Check failure on line 22 in .github/workflows/ghaprai.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ghaprai.yml

Invalid workflow file

You have an error in your yaml syntax on line 22