Below you will find pages that utilize the taxonomy term “KangYoungIn”
November 17, 2025
nogit-action
Version updated for https://github.com/KangYoungIn/nogit-action to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes nogit-action은 GitHub Actions 환경에서 git CLI 없이 Git 기능을 수행할 수 있도록 도와주는 GitHub 액션입니다.
Node.js 기반의 isomorphic-git 라이브러리를 사용하여 clone, commit, push 등을 실행합니다.
주요 특징 Git CLI 설치 불필요 퍼블릭 및 프라이빗 저장소 지원 GitHub Token(PAT) 인증 지원 GitHub Actions 워크플로우에 최적화 주요 사용처 Git CLI가 설치되지 않은 커스텀 GitHub Actions 러너 환경에서 Git 작업이 필요한 경우 Docker 이미지나 WASM 기반 런타임 등에서 Git 명령을 CLI 없이 수행해야 할 때 CI/CD 파이프라인 중 특정 단계에서 clone, commit, push 작업이 필요한 경우 보안 상 이유로 git 바이너리를 설치할 수 없는 환경 GitHub Actions 내에서 Node.