Skip to main content

Host-side git

v0.1.3

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.

8 allowed by default
Pack ID
git-local
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
git

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:ceea2909f3d374d43fd8e51dec3d812fc7c38716790d9c907ada1f1717c2bec0

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

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

Actions 8 total

View on GitHub