From 9c6a143a65cfddca93acce6cd060a49716ac7ab7 Mon Sep 17 00:00:00 2001 From: Elliot Iddon Date: Sun, 4 Sep 2022 19:49:25 +0100 Subject: [PATCH] Correct example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5a306..59a7cc4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ If the branch is your `main` branch then `latest` will be returned. ## Example ```yaml -- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1 +- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1.0.0 id: branch-to-docker-tag with: branch: "feature/some-branch-name"