Add templates

This commit is contained in:
2025-12-23 20:13:31 +01:00
parent cdfb5169c9
commit b490466744
18 changed files with 92 additions and 1 deletions

20
shell/shell-run.yml Normal file
View File

@@ -0,0 +1,20 @@
name: Build helpers
on:
push:
paths:
- 'path/to/trigger/from/**'
jobs:
build_helpers:
runs_on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v6
- name: Execute shell script
run: ./build.sh
- name: Upload result
uses: actions/git-auto-commit-action@v7
with:
commit_message: "[skip ci] Build helpers on push"
commit_user_name: Helpers compiler [bot]
commit_user_email: actions@janishutz.com
commit_author: Helpers compiler [bot] <actions@janishutz.com>