Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed May 12, 2024
1 parent 01bf830 commit c8db0c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8db0c5

Please sign in to comment.