mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-10-28 15:27:57 +01:00
🚚 Removes _
This commit is contained in:
32
.github/workflows/_readme_generator.yml
vendored
32
.github/workflows/_readme_generator.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user