From 267b06bf62ead59a11513ebce4d5f21f86ea0dc1 Mon Sep 17 00:00:00 2001 From: Gilbert MINH Date: Wed, 24 Apr 2024 17:30:19 +0200 Subject: [PATCH] doc: Use of the repository of the action in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b958fc..2f37be6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: ./.github/actions/liquidsoap-lint-action + - uses: radiofrance/liquidsoap-lint-action@main with: inventory: './example/liquidsoap/myradio.liq' script: './scripts/transcoder/00-live.liq'