Remove link trailing dot (#51)

This commit is contained in:
inky
2024-01-19 19:59:06 -06:00
committed by GitHub
parent cec9c38577
commit 98b1bc2639

View File

@@ -33,7 +33,7 @@ runs:
shell: bash shell: bash
- run: | - run: |
if "${{ inputs.ignore-no-cache }}" == "false" && !isdir(DEPOT_PATH[1]) 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 end
import Pkg import Pkg