From 5bc95fe16e6dc314e06eb2b54b68afc94336cf52 Mon Sep 17 00:00:00 2001 From: Adriano FRANCI Date: Wed, 7 Jan 2026 15:51:12 +0100 Subject: [PATCH] feat: use dev ref for commit_Stage wf --- .github/workflows/commit_stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_stage.yml b/.github/workflows/commit_stage.yml index 38b59b10..695a4f52 100644 --- a/.github/workflows/commit_stage.yml +++ b/.github/workflows/commit_stage.yml @@ -12,7 +12,7 @@ on : jobs: commit-stage: - uses: L-Acoustics/la-mw-gh-action/.github/workflows/commit_stage.yml@v3 + uses: L-Acoustics/la-mw-gh-action/.github/workflows/commit_stage.yml@dev secrets: GH_TOKEN: ${{secrets.GITHUB_TOKEN}} KEYCHAIN_PASSWORD: ${{secrets.KEYCHAIN_PASSWORD}}