Skip to content

Commit 3c599a6

Browse files
authored
fix: Jinja whitespace (#54)
1 parent c44f875 commit 3c599a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/.github/workflows/scorecard.yml.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
name: Scorecard analysis
2525
runs-on: ubuntu-latest
2626
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
27-
{%- endraw -%}
28-
{%- set github_repo_url = github_url.split("/")[-2:] -%}
27+
{%- endraw %}{% set github_repo_url = github_url.split("/")[-2:] %}
2928
if: (github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request') && github.repository == '{{ github_repo_url|join("/") }}'
3029
{%- raw %}
3130
permissions:

0 commit comments

Comments
 (0)