From b1311e797c0431fa72c89295b8acb5f17f627d43 Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Sun, 4 Sep 2022 15:07:18 +0200 Subject: [PATCH] fix in dev compile action --- .github/workflows/compile_development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 838293b4..64c05bfd 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: development02 + ref: development03 - uses: benjlevesque/short-sha@v1.2 id: short-sha with: