Skip to content

Remove the prettified format and only push the directory tree changes #7

Remove the prettified format and only push the directory tree changes

Remove the prettified format and only push the directory tree changes #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
fail-fast: false
steps:
- name: Checking out
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Tree README
uses: RavelloH/[email protected]
with:
showsize: "no"
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "[email protected]"
git config --local user.name "github-actions"
git add .
git commit -m "[Readme-Tree]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f