Skip to content

Commit

Permalink
Export output variable sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed May 24, 2024
1 parent 04e1de4 commit 4ec4da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ inputs:
outputs:
sha:
description: 'SHA of the state file (only for download)'
value: ${{ steps.handle-state-file.outputs.sha }}

runs:
using: 'composite'
Expand All @@ -59,6 +60,7 @@ runs:
fi
- name: Perform action
id: handle-state-file
shell: bash
run: |
if [ "${{ inputs.action }}" = "download" ]; then
Expand Down

0 comments on commit 4ec4da3

Please sign in to comment.