mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-10-23 14:08:56 +02:00
@@ -1,6 +1,5 @@
|
||||
name: 🗜️ PNG & SVG Compression
|
||||
|
||||
on:
|
||||
'on':
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -12,7 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@@ -43,11 +41,11 @@ jobs:
|
||||
current_file=$((current_file+1))
|
||||
done
|
||||
|
||||
- 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 ":clamp: Compresses PNGs & SVGs" || exit 0
|
||||
git push
|
||||
- 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 ":clamp: Compresses PNGs & SVGs" || exit 0
|
||||
git push
|
Reference in New Issue
Block a user