gitforge/services/actions
forgejo-backport-action e112f42259 [v16.0/forgejo] fix: add forgejo_default_actions_url to actions context (#13411)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/13406

Forgejo only added the legacy `gitea_default_actions_url`.

### Tests for Go changes

- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I ran...
  - [x] `make pr-go` before pushing

### Release notes

- [ ] This change will be noticed by a Forgejo user or admin (feature, bug fix, performance, etc.). I suggest to include a release note for this change.
- [x] This change is not visible to a Forgejo user or admin (refactor, dependency upgrade, etc.). I think there is no need to add a release note for this change.

Co-authored-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13411
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-07-12 05:34:10 +02:00
..
Test_checkJobsOfRun
Test_prepareJobForEmitting
Test_tryHandleWorkflowCallOuterJob
TestActions_CancelOrApproveRun
TestActions_consistencyCheckRun
TestActionsNotifier_IsTrusted
TestActionsTrust_GetPullRequestUserIsTrustedWithActions
TestCancelAbandonedJobs
TestCancelPreviousJobs
TestCancelPreviousWithConcurrencyGroup
TestCreateCommitStatus
TestDeleteJobsOfRun
TestDeleteRun
TestDeleteTask
TestExpandLocalReusableWorkflows
TestGetSecretsOfJob
TestRerun_RerunAllJobs
TestRerun_RerunJob
TestServiceActions_startTask
TestServicesActions_TransferLingeringLogs
auth.go
auth_test.go
cleanup.go
cleanup_test.go
clear_tasks.go
clear_tasks_test.go
commit_status.go
commit_status_test.go
context.go [v16.0/forgejo] fix: add forgejo_default_actions_url to actions context (#13411) 2026-07-12 05:34:10 +02:00
context_test.go [v16.0/forgejo] fix: add forgejo_default_actions_url to actions context (#13411) 2026-07-12 05:34:10 +02:00
download.go
init.go
interface.go
job.go
job_emitter.go
job_emitter_test.go
job_logs.go
job_logs_test.go
job_test.go
log.go
log_test.go
main_test.go
notifier.go
notifier_helper.go
notifier_helper_test.go
rerun.go
rerun_test.go
reusable_workflows.go
reusable_workflows_test.go
run.go
run_test.go
schedule_tasks.go
schedule_tasks_test.go
secret.go
secret_test.go
task.go
task_test.go
trust.go
trust_test.go
variables.go
variables_test.go
workflows.go
workflows_test.go