From 98b1bc26398ab2bbad8356832f82ecb672bdac99 Mon Sep 17 00:00:00 2001 From: inky Date: Fri, 19 Jan 2024 19:59:06 -0600 Subject: [PATCH] Remove link trailing dot (#51) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2d2d110..59855db 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: shell: bash - run: | if "${{ inputs.ignore-no-cache }}" == "false" && !isdir(DEPOT_PATH[1]) - println("::notice title=[julia-buildpkg] Caching of the julia depot was not detected ::Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true` ") + println("::notice title=[julia-buildpkg] Caching of the julia depot was not detected ::Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true` ") end import Pkg