actions-github #58

Merged
tischrei merged 9 commits from actions-github into main 2025-10-08 06:45:16 +00:00
4 changed files with 77 additions and 24 deletions
Showing only changes of commit 770391518d - Show all commits

View File

@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }} repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }} pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }} run_id: ${{ gitea.run_id }}
ci_platform: gitea
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }} repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }} pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }} run_id: ${{ github.run_id }}
ci_platform: github
{%- endraw %} {%- endraw %}
{%- endif %} {%- endif %}

View File

@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }} repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }} pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }} run_id: ${{ gitea.run_id }}
ci_platform: gitea
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }} repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }} pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }} run_id: ${{ github.run_id }}
ci_platform: github
{%- endraw %} {%- endraw %}
{%- endif %} {%- endif %}