Skip to content

Commit

Permalink
chore: Placeholder reusable-plugin-release-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Nov 4, 2024
1 parent 570052d commit 675a081
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reusable-plugin-release-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Reusable - Plugin release validation

on:
workflow_call:
inputs:
plugin_package_name:
description: "Published package name"
type: string
required: true
plugin_package_dir:
description: "Directory that contains version.py"
type: string
required: true

0 comments on commit 675a081

Please sign in to comment.