From 10d46fb28d3815b5970617c12732b8b1209b9a41 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 3 Jul 2023 16:41:38 +0300 Subject: [PATCH] Update sqlancer-test-pipelines.yml --- .github/workflows/sqlancer-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index c051895f3..0c95ce15e 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout Sqlancer uses: actions/checkout@v3 with: - ref: master + ref: main repository: sqlancer/sqlancer - name: Build SQLancer