Skip to content

Commit

Permalink
LINBEE-9077 - tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeela Lifshitz authored and Yeela Lifshitz committed Aug 15, 2024
1 parent d705a71 commit 82fb75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ runs:
RULES_RESOLVER_TOKEN: ${{ inputs.resolver_token }}
DEBUG_MODE: ${{ inputs.debug_mode }}
IS_NON_COMMIT_EVENT: ${{ env.IS_NON_COMMIT_EVENT }}
ENABLE_CACHE: ${{ env.ENABLE_CACHE || 'false' }}
ENABLE_CACHE: ${{ env.ENABLE_CACHE }}
ENABLE_DEBUG_ARTIFACTS: ${{ env.ENABLE_DEBUG_ARTIFACTS }}

- name: Upload artifacts
Expand Down

0 comments on commit 82fb75f

Please sign in to comment.