Add templates
This commit is contained in:
20
shell/shell-run.yml
Normal file
20
shell/shell-run.yml
Normal 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>
|
||||
Reference in New Issue
Block a user