Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

add patch view for partial update #61

add patch view for partial update

add patch view for partial update #61

name: Pull request main
on:
pull_request_target:
branches: [main]
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
secrets: inherit

Check failure on line 12 in .github/workflows/pull-request-main.yml

View workflow run for this annotation

GitHub Actions / Pull request main

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-main.yml (Line: 12, Col: 16): Invalid input, secrets is not defined in the referenced workflow.
test:
uses: ./.github/workflows/test.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit