Skip to content

Commit 043cd3f

Browse files
authored
Update release-drafter.yaml.jinja
1 parent 071e7e1 commit 043cd3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

project/.github/workflows/release-drafter.yaml.jinja

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717
pull-requests: write
1818
runs-on: {{ github_runner }}
1919

20-
21-
steps:
22-
{% if repository_provider != 'github.com'%}
20+
steps:{% if repository_provider != 'github.com'%}
2321
# (Optional) GitHub Enterprise requires GHE_HOST variable set
24-
- name: Set GHE_HOST
25-
{% raw %}
22+
- name: Set GHE_HOST{% raw %}
2623
run: |
2724
echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
2825
{% endraw %}{% endif %}

0 commit comments

Comments
 (0)