From 9423cbc331f2ecc17daa9a83651785bf387755a3 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 31 Jan 2026 01:04:07 +0100 Subject: [PATCH] checkout get all branches --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index fccd7be..8b44de1 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,9 @@ runs: using: "composite" steps: - uses: actions/checkout@v5 + with: + fetch-depth: 0 # required to see all branches + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2