🐛 Fixes YAML errors

Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
Bjorn Lammers
2023-04-16 20:38:02 +02:00
committed by GitHub
parent 784b64ae7b
commit 12b653f89e

View File

@@ -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