Host-side git

v0.1.1

Read-only git operations against a checkout living on the runner host (e.g. /opt/myapp). For remote-GitHub-API work, see the `github-cli` pack. The repo directory must live at GIT_REPO env var on the runner host.

Pack ID
git-local
Vendor
emisar
OS
linux
Actions
8
Required binaries: git. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:8e7d2f741543a75524a582ce7212324c1c3a16df903780af30706395c237476c

on the runner host
sudo emisar pack install git-local \
  --hash sha256:8e7d2f741543a75524a582ce7212324c1c3a16df903780af30706395c237476c \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub