diff --git a/.gitea/workflows/refresh.yml b/.gitea/workflows/refresh.yml index ddc8b66..8762a34 100644 --- a/.gitea/workflows/refresh.yml +++ b/.gitea/workflows/refresh.yml @@ -22,8 +22,8 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add heruntergeladene_datei.txt + git add flodlist.txt git diff --cached --quiet && echo "No changes" && exit 0 - git commit -m "🔄 Update heruntergeladene_datei.txt (scheduled)" + git commit -m "🔄 Update flodlist.txt (scheduled)" git push