We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071e7e1 commit 043cd3fCopy full SHA for 043cd3f
project/.github/workflows/release-drafter.yaml.jinja
@@ -17,12 +17,9 @@ jobs:
17
pull-requests: write
18
runs-on: {{ github_runner }}
19
20
-
21
- steps:
22
-{% if repository_provider != 'github.com'%}
+ steps:{% if repository_provider != 'github.com'%}
23
# (Optional) GitHub Enterprise requires GHE_HOST variable set
24
- - name: Set GHE_HOST
25
-{% raw %}
+ - name: Set GHE_HOST{% raw %}
26
run: |
27
echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
28
{% endraw %}{% endif %}
0 commit comments