From ef5339c3f349e941abf826dacb4652935ad838f3 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Tue, 11 Jan 2022 12:31:49 +0100 Subject: [PATCH] docs: update title of workflow to reflect action --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 755bf6f..f39db95 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ The secret `customGithubToken` is forwarded to the input `githubToken`. It has t `.github/workflows/example2.yml` ```yaml -name: Sync repository info with package.json +name: Sync repository info from package.json on: push: branches: [master] @@ -229,4 +229,4 @@ Copyright © 2021, Jaid \ (https://github.com/jaid) \ No newline at end of file +-->