Skip to content

Commit

Permalink
Fix whitespace in base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jul 31, 2023
1 parent 5a3fd70 commit ff3894b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
default: build/generateddocs
base_url:
description: Base URL to use for asset linkage
default: |
default: >-
${{ github.event.repository.has_pages
&& format('https://{0}.github.io/{1}', github.repository_owner, github.event.repository.name)
|| format('https://raw.githubusercontent.com/{0}/{1}', github.repository, github.ref_name) }}
Expand Down
2 changes: 1 addition & 1 deletion postprocess/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
default: build/generateddocs
base_url:
description: Base URL to use for asset linkage
default: |
default: >-
${{ github.event.repository.has_pages
&& format('https://{0}.github.io/{1}', github.repository_owner, github.event.repository.name)
|| format('https://raw.githubusercontent.com/{0}/{1}', github.repository, github.ref_name) }}
Expand Down

0 comments on commit ff3894b

Please sign in to comment.