[PR #687] [MERGED] fix: nextjs-tracker workflow fails because prompt_file is not a valid action input #771

Closed
opened 2026-05-06 13:10:02 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/687
Author: @southpolesteve
Created: 3/25/2026
Status: Merged
Merged: 3/25/2026
Merged by: @southpolesteve

Base: mainHead: fix/nextjs-tracker-prompt


📝 Commits (1)

  • fa90bc8 fix: pass prompt via step output instead of unsupported prompt_file input

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 .github/workflows/nextjs-tracker.yml (+7 -3)

📄 Description

Summary

  • The ask-bonk action doesn't support a prompt_file input (valid inputs: model, agent, prompt, mentions, permissions, oidc_base_url, forks, variant, token_permissions, opencode_version, opencode_dev)
  • The first scheduled run at 08:11 UTC today failed immediately with: PROMPT input is required for scheduled and workflow_dispatch events
  • Fix: write the prompt to a multiline $GITHUB_OUTPUT in the "Build tracker prompt" step and reference it via prompt: ${{ steps.build_prompt.outputs.prompt }}

Failed run: https://github.com/cloudflare/vinext/actions/runs/23531220466


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/687 **Author:** [@southpolesteve](https://github.com/southpolesteve) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@southpolesteve](https://github.com/southpolesteve) **Base:** `main` ← **Head:** `fix/nextjs-tracker-prompt` --- ### 📝 Commits (1) - [`fa90bc8`](https://github.com/cloudflare/vinext/commit/fa90bc8e74c59749a87169f3ccbedec078033ec8) fix: pass prompt via step output instead of unsupported prompt_file input ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/nextjs-tracker.yml` (+7 -3) </details> ### 📄 Description ## Summary - The `ask-bonk` action doesn't support a `prompt_file` input (valid inputs: `model`, `agent`, `prompt`, `mentions`, `permissions`, `oidc_base_url`, `forks`, `variant`, `token_permissions`, `opencode_version`, `opencode_dev`) - The first scheduled run at 08:11 UTC today failed immediately with: `PROMPT input is required for scheduled and workflow_dispatch events` - Fix: write the prompt to a multiline `$GITHUB_OUTPUT` in the "Build tracker prompt" step and reference it via `prompt: ${{ steps.build_prompt.outputs.prompt }}` Failed run: https://github.com/cloudflare/vinext/actions/runs/23531220466 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:02 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#771
No description provided.