another way to track files

This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:05:55 +02:00
parent 85b5e632c9
commit 83abd28a1f

View file

@ -39,5 +39,6 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "github-actions"
git commit -am "Update tracked links"
git add .
git commit -m "Update tracked links"
git push