Compare commits

..

No commits in common. "946202de0e0f1dcac6b8361fbaef90aa359f31a0" and "aef3ba77badf0446a1e991e01a5c604ff0abc4dd" have entirely different histories.

3 changed files with 6 additions and 13 deletions

View File

@ -79,15 +79,14 @@ jobs:
echo "GITEA_SERVER_URL=${GITEA_SERVER_URL:-not set}"
echo "GITHUB_REPOSITORY=${GITHUB_REPOSITORY:-not set}"
echo "GITEA_REPOSITORY=${GITEA_REPOSITORY:-not set}"
echo "RUNNER_NAME=${RUNNER_NAME:-not set}"
# Set API URL based on environment
if [ -n "${GITEA_ACTIONS}" ] || [ -n "${GITEA_REPOSITORY}" ] || [[ "${RUNNER_NAME}" == *"gitea"* ]]; then
GITEA_API_URL="${GITHUB_SERVER_URL}"
GITEA_REPO=$(echo "${GITHUB_REPOSITORY}" | cut -d'/' -f2)
GITEA_OWNER=$(echo "${GITHUB_REPOSITORY}" | cut -d'/' -f1)
if [ -n "${GITEA_SERVER_URL}" ]; then
GITEA_API_URL="${GITEA_SERVER_URL}"
GITEA_REPO=$(echo "${GITEA_REPOSITORY}" | cut -d'/' -f2)
GITEA_OWNER=$(echo "${GITEA_REPOSITORY}" | cut -d'/' -f1)
else
echo "Error: This workflow is only for Gitea"
echo "Error: Could not determine Gitea server URL"
exit 1
fi

View File

@ -1,11 +1,5 @@
# Changelog
## [1.3.25] - 2025-02-21
### Changed
- update webpages for version v1.3.25
- workflow: update Gitea release workflow to include RUNNER_NAME and improve error handling
## [1.3.24] - 2025-02-21
### Changed
- update webpages for version v1.3.24

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.25"
version = "1.3.24"
#test