Skip to content

test pr update

test pr update #2

Workflow file for this run

---
name: PR validation
on:
pull_request:
jobs:
validate:
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/validate-pr.yml@main
with:
pr_number: ${{ github.event.pull_request.number }}

Check failure on line 10 in .github/workflows/pr-validation.yml

View workflow run for this annotation

GitHub Actions / PR validation

Invalid workflow file

The workflow is not valid. .github/workflows/pr-validation.yml (Line: 10, Col: 18): Invalid input, pr_number is not defined in the referenced workflow. .github/workflows/pr-validation.yml (Line: 11, Col: 17): Invalid input, base_ref is not defined in the referenced workflow.

Check failure on line 10 in .github/workflows/pr-validation.yml

View workflow run for this annotation

GitHub Actions / PR validation

Invalid workflow file

The workflow is not valid. .github/workflows/pr-validation.yml (Line: 10, Col: 18): Invalid input, pr_number is not defined in the referenced workflow. .github/workflows/pr-validation.yml (Line: 11, Col: 17): Invalid input, base_ref is not defined in the referenced workflow.
base_ref: ${{ github.event.pull_request.base.ref }}