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