Skip to content

Commit

Permalink
add missing condition to read artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeela Lifshitz authored and Yeela Lifshitz committed Aug 11, 2024
1 parent 093b488 commit 5fb4ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ runs:
name: output

- name: Read artifact content
if: ${{ fromJson(inputs.client_payload).shouldUseCache == 'true' && fromJson(inputs.client_payload).isCacheEnable == 'true' }}
id: read-artifact
shell: bash
run: |
Expand Down

0 comments on commit 5fb4ea0

Please sign in to comment.