Update main.yml

This commit is contained in:
sai nivas mangu
2022-03-15 21:34:16 +05:30
committed by GitHub
parent 1bdd933929
commit a7b2b2f46d
+5 -4
View File
@@ -26,10 +26,11 @@ jobs:
run: |
sed -i '1 i\# Wallpapers in this repository' wallpaper-preview.md
sed -i '/# Wallpapers/ a \ ' wallpaper-preview.md
- name: Commit wallpaper-preview.md
uses: EndBug/add-and-commit@v9
with:
message: 'Auto updated preview'
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Auto update" -a
- name: Push changes # push the output folder to your repo
run: echo 'I ran'
- uses: ad-m/github-push-action@master