From 9922b41d233ec9139b8ed9038c9461c0b6bc66ba Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Sun, 12 May 2024 14:19:06 +0200 Subject: [PATCH] dbg --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 82f2d1f..1ceb443 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,7 @@ runs: using: "composite" steps: - name: Debug + shell: bash run: echo "Cache ${{ inputs.cache }}, version ${{ inputs.version }}" - name: Cache SDK id: cache