first commit
This commit is contained in:
11
system/check-git-repository.yaml
Normal file
11
system/check-git-repository.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
||||
tasks:
|
||||
- execute:
|
||||
description: "Git Check For Changes"
|
||||
exec: "git"
|
||||
dir: $(path)
|
||||
args:
|
||||
- "status"
|
||||
- "--porcelain"
|
||||
response:
|
||||
name: "gitChanges"
|
||||
Reference in New Issue
Block a user