From a00a9b084f0d9d6af8c8005d5458b5e0753e080d Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 17 Jan 2025 10:36:46 +0100 Subject: [PATCH] test --- .github/workflows/code-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-formatting.yml b/.github/workflows/code-formatting.yml index 9d1900983842d..2713ab34df4cb 100644 --- a/.github/workflows/code-formatting.yml +++ b/.github/workflows/code-formatting.yml @@ -6,6 +6,6 @@ name: Formatting jobs: formatting: name: PR formatting - uses: alisw/ali-bot/.github/workflows/c++-code-formatting.yml@master + uses: singiamtel/ali-bot/.github/workflows/c++-code-formatting.yml@master secrets: alibuild_github_token: ${{ secrets.ALIBUILD_GITHUB_TOKEN }}