From bbaa8bf78836d3185a29c6ba9c90348fe015c2c8 Mon Sep 17 00:00:00 2001 From: "Richard T. Miles" Date: Tue, 25 Oct 2022 19:16:10 -0500 Subject: [PATCH] Update README.md https://github.com/BetaHuhn/repo-file-sync-action/issues/246 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5141a8af..8381d043 100644 --- a/README.md +++ b/README.md @@ -82,19 +82,19 @@ More info on how to specify what files to sync where [below](#%EF%B8%8F-sync-con ### Versioning -To always use the latest version of the action add the `latest` tag to the action name like this: +To always use the latest version of the action add the `master` tag to the action name like this: ```yml -uses: BetaHuhn/repo-file-sync-action@latest +uses: BetaHuhn/repo-file-sync-action@master ``` -If you want to make sure that your workflow doesn't suddenly break when a new major version is released, use the `v1` tag instead (recommended usage): +If you want to make sure that your workflow doesn't suddenly break when a new major version is released, use a specific version `v1` tag instead (recommended usage): ```yml uses: BetaHuhn/repo-file-sync-action@v1 ``` -With the `v1` tag you will always get the latest non-breaking version which will include potential bug fixes in the future. If you use a specific version, make sure to regularly check if a new version is available, or enable Dependabot. +If you use a specific version, make sure to regularly check if a new version is available, or enable Dependabot. ## ⚙️ Action Inputs