From 547bace22ae8f766f54e94360a7814e8c3cf5680 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 28 Mar 2023 17:42:14 +0800 Subject: [PATCH] chore: update step name text for better redability --- .github/workflows/rss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index 48279b8..83e1527 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -30,7 +30,7 @@ jobs: git config --global user.name "@andatoshiki" git add . git commit -m 'chore(update): update readme with the latest rss feeds' - - name: Push changes + - name: Push changes to repository uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}