mirror of
https://github.com/linuxdotexe/nordic-wallpapers.git
synced 2026-08-24 02:34:17 -05:00
Update main.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user