From e8d018d2396d0002679892fa9ef2e418560e8737 Mon Sep 17 00:00:00 2001 From: Benedict Lee <118954493+imda-benedictlee@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:37:52 +0800 Subject: [PATCH] Update sca-scan.yaml --- .github/workflows/sca-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sca-scan.yaml b/.github/workflows/sca-scan.yaml index cfef54f..2463929 100644 --- a/.github/workflows/sca-scan.yaml +++ b/.github/workflows/sca-scan.yaml @@ -89,7 +89,7 @@ jobs: - name: Commit Notice File (Workflow_Dispatch) if: github.event_name == 'workflow_dispatch' run: | - git add . + git add NOTICES.md git commit -m "Update NOTICES.md" git push -f -u origin HEAD shell: bash