From 7c353988d4b923d0c93527577c2ddafc79699c2e Mon Sep 17 00:00:00 2001 From: yaminidhamija Date: Mon, 15 Apr 2024 15:13:47 +0530 Subject: [PATCH] remove quote4s --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a25a13..00c6931 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "maven" directory: "/" - target-branch: "${{secrets.BRANCH }}" + target-branch: ${{secrets.BRANCH}} schedule: interval: "daily" \ No newline at end of file