workflow really works now
1 files changed, 3 insertions(+), 0 deletions(-) M .github/workflows/update.yml
M .github/workflows/update.yml => .github/workflows/update.yml +3 -0
@@ 11,6 11,9 @@ jobs: runs-on: ubuntu-latest name: mirror steps: + - name: git stuff + run: | + git config --global --add safe.directory /github/workspace - name: mirror id: mirror uses: bridgelightcloud/github-mirror-action@v1