From 5f8cb6b60c84bcc435f3570fa8b83fec53daed82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 23 Apr 2023 11:15:19 +0200 Subject: [PATCH] Update action.yml --- make-json/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-json/action.yml b/make-json/action.yml index dc7b855..644cbc7 100644 --- a/make-json/action.yml +++ b/make-json/action.yml @@ -34,7 +34,7 @@ runs: uses: actions/checkout@v3.1.0 with: fetch-depth: 1 - repository: armbian/${{ inputs.repository }} + repository: ${{ inputs.repository }} path: ${{ inputs.repository }} clean: false