Skip to content

Commit

Permalink
add conditional for inputs.include-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Sep 29, 2023
1 parent 6f780e1 commit 00f2b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:

- name: Load the preview URL
shell: bash
if: inputs.include-preview
run: |
if [[ -e ls-preview-url.txt ]]; then
echo "LS_PREVIEW_URL=$(<ls-preview-url.txt)" >> $GITHUB_ENV
Expand Down

0 comments on commit 00f2b6c

Please sign in to comment.