We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44f875 commit 3c599a6Copy full SHA for 3c599a6
template/.github/workflows/scorecard.yml.jinja
@@ -24,8 +24,7 @@ jobs:
24
name: Scorecard analysis
25
runs-on: ubuntu-latest
26
# `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:] -%}
+{%- endraw %}{% set github_repo_url = github_url.split("/")[-2:] %}
29
if: (github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request') && github.repository == '{{ github_repo_url|join("/") }}'
30
{%- raw %}
31
permissions:
0 commit comments