Skip to content

Move to the pr action instead of generic #297

Move to the pr action instead of generic

Move to the pr action instead of generic #297

Workflow file for this run

name: 'PR: Test'
on:
pull_request:
types: [opened, synchronize]
permissions:
pull-requests: write
jobs:
test:
- name: Test

Check failure on line 12 in .github/workflows/pr.test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.test.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
uses: ./.github/workflows/generic.test.yml
with:
plugin_name: multiverse-core
- name: Comment Artifact
uses: PicoCentauri/[email protected]
with:
name: ${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}