Skip to content

Run PRP Release Preprocessor #2

Run PRP Release Preprocessor

Run PRP Release Preprocessor #2

Workflow file for this run

name: Run PRP Release Preprocessor
on:
workflow_dispatch:
release:
types: [created]
permissions:
contents: write
jobs:
test-action:
runs-on: ubuntu-latest
name: Test action
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "main"
- name: Process files
uses: ./ # Uses an action in the root directory
id: process
with:
ignoredDirs: 'example/**'
env:
prpTitle: 'prp-preprocessor'
alertMessage: |-
> [!IMPORTANT]
> This file was generated from a .prp
currentVersion: ${{ github.event.release.tag_name }}