From 639242873e9cf0685ae55e307173b5f4dd9625e3 Mon Sep 17 00:00:00 2001 From: fa-sharp Date: Fri, 20 Feb 2026 01:33:19 -0500 Subject: [PATCH] ci: fix issue branch --- .github/workflows/dependency-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 8cdf263..028795c 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -118,7 +118,8 @@ jobs: -d "{ \"title\": \"$ISSUE_TITLE\", \"body\": \"$ISSUE_BODY\", - \"labels\": [1] + \"labels\": [1], + \"ref\": \"${{ github.ref_name }}\" }" - name: Generate test project without aide