From c8db0c513ba8048b645e3185b9407c1e5cc64b80 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Sun, 12 May 2024 14:18:03 +0200 Subject: [PATCH] dbg --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f96044e..82f2d1f 100644 --- a/action.yml +++ b/action.yml @@ -25,9 +25,8 @@ outputs: runs: using: "composite" steps: - - name: Set Greeting - run: echo "Hello ${{ inputs.version }}." - shell: bash + - name: Debug + run: echo "Cache ${{ inputs.cache }}, version ${{ inputs.version }}" - name: Cache SDK id: cache uses: actions/cache@v4