Skip to content

CSV generation job failing on forked PRs #111

@Antic-swap

Description

@Antic-swap

Hi team

I opened PR #109, and while the JSON validation and Socket Security checks passed, the generate-csv job failed.

Error log:

fatal: invalid reference: Antic-swap-patch-1
Error: Invalid status code: 128

It seems the workflow tries to commit the generated CSV back to the upstream repo, but since my branch only exists in my fork, the job cannot find it and fails.

✅ JSON is valid
✅ Security checks passed
❌ Only generate-csv fails

This might require an adjustment to the workflow so that forked PRs are handled properly (e.g., skipping CSV auto-commit or only running it on main after merge).

i hope u will review it soon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions