Create multiple workflows for different actions

This commit is contained in:
2026-09-10 14:08:13 +02:00
parent 7a59237d45
commit 1d7389f3e8
24 changed files with 2508 additions and 839 deletions
@@ -0,0 +1,19 @@
name: Publish Install Lua Addon Action
on:
push:
branches:
- main
paths:
- github-actions/install-lua-addon/package.json
permissions:
contents: write
jobs:
publish_action:
uses: ./.github/workflows/_publish-action-release.yml
with:
action-directory: github-actions/install-lua-addon
package-json-path: github-actions/install-lua-addon/package.json
action-name: install-lua-addon