Hello,
Thank you so much for building this solution up. I'm using it with claude code to seamlessly integrate with my self-hosted Forgejo.
I'm having an issue with running the following command:
fgj actions run view "177" -j "2971" --log
I'm getting the following output (ignore the title as I'm actually invoking the CC to create code that fail the CI):
Title: Test: Break CI with invalid YAML syntax in freshrss
Workflow: dry_run.yml
Run: #177
Status: ✗ failure
Event: push
Ref: test/disposable-break-ci
Commit: 6ca29c13
Created: 2026年01月13日 22:17:19
Started: 2026年01月13日 22:17:20
Updated: 2026年01月13日 22:18:13
========================================
Job: dry-run-roles (ID: 2971)
Status: ✗ failure
========================================
<!DOCTYPE html>
<html lang="en-US" data-theme="forgejo-auto">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sign in - Forgejo: Beyond coding. We Forge.</title>
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiRm9yZ2VqbyIsInNob3J0X25hbWUiOiJGb3JnZWpvIiw
ic3RhcnRfdXJsIjoiaHR0cHM6Ly9naXQuaG9tZS5hbGZhcnJhLm9yZy8iLCJpY29ucyI6W3sic3JjIjoiaHR0cHM6Ly9naXQuaG9tZS5hbGZhcnJhLm9yZy
9hc3NldHMvaW1nL2xvZ28ucG5nIiwidHlwZSI6ImltYWdlL3BuZyIsInNpemVzIjoiNTEyeDUxMiJ9LHsic3JjIjoiaHR0cHM6Ly9naXQuaG9tZS5hbGZhc
nJhLm9yZy9hc3NldHMvaW1nL2xvZ28uc3ZnIiwidHlwZSI6ImltYWdlL3N2Zyt4bWwiLCJzaXplcyI6IjUxMng1MTIifV19">
<meta name="author" content="Forgejo – Beyond coding. We forge.">
<meta name="description" content="Forgejo is a self-hosted lightweight software forge. Easy to install and low
maintenance, it just does the job.">
<meta name="keywords" content="git,forge,forgejo">
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/assets/img/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
...
Expected output:
The actual log of the failed job.
Version:
- fgj version: 0.2.0
- Forgejo Version: 13.0.3
Please help :)