blob: 1308c4ea1bf52466db77b3517e724fd96b630b1f [file] [log] [blame]
name: Git safe directory
description: For running act with checkout owned by non-root user
runs:
using: "composite"
steps:
- name: Set git safe.directory to "*"
if: ${{ env.ACT }}
shell: bash
run: git config --system --add safe.directory '*'