refaktorointia
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 9s
CI Feature / Validate CI config (push) Failing after 16s
ci-bats Bats tests OK
CI Feature / Bats tests (push) Successful in 1m40s
ci-cucumber Cucumber tests OK
CI Feature / Cucumber tests (push) Successful in 1m3s
CI Feature / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-15 16:49:44 +03:00
parent c19f0b79ec
commit 607a0f6360
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -5,6 +5,9 @@ on:
env_json:
required: true
type: string
config_path:
required: true
type: string
secrets:
GITEA_TOKEN:
required: true
@@ -15,6 +18,7 @@ env:
GITEA_API_URL: ${{ fromJson(inputs.env_json).GITEA_API_URL }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GIT_PAGES_PUBLISH_TOKEN: ${{ secrets.GIT_PAGES_PUBLISH_TOKEN }}
CI_CONF_FILE: ${{ inputs.config_path }}
jobs:
validate: