From c34ebcccef4aee109045b866afc30b97dc055b8f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 14 Apr 2023 13:35:29 +0800 Subject: [PATCH] Use full path of action --- .gitea/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index ead0421..b70ab65 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - name: lint - uses: articulate/actions-markdownlint@v1 \ No newline at end of file + uses: https://github.com/articulate/actions-markdownlint@v1 \ No newline at end of file