From 65eaeb44ad6e581f49224dfe632028333c0a816d Mon Sep 17 00:00:00 2001 From: walkxcode Date: Sun, 16 Apr 2023 20:33:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Removes=20=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/_readme_generator.yml | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/_readme_generator.yml diff --git a/.github/workflows/_readme_generator.yml b/.github/workflows/_readme_generator.yml deleted file mode 100644 index c44d9a91..00000000 --- a/.github/workflows/_readme_generator.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: 🚀 Generates ICONS - -on: - push: - workflow_dispatch: -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Setup Python - uses: actions/setup-python@v4 - with: - python-version: "3.9" - architecture: "x64" - - - name: ICONS Generator - run: |- - python _ci.py - cat ICONS.md - - - name: Load to GitHub - run: |- - git diff - git config --global user.email "noreply@walkx.fyi" - git config --global user.name "Dashboard Icons Bot" - git add -A - git commit -m "🚀 Generates ICONS" || exit 0 - git push