Support/openclaw - #38
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6b66cedcf7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| with: | ||
| owner: bernoussama | ||
| dry_run: true |
There was a problem hiding this comment.
Remove action inputs from the ClawHub shell step
In the inspected release-cli.yml publish job, this remains a run: shell step rather than a uses: action step, so GitHub Actions does not accept with: inputs here. GitHub's workflow syntax documents jobs.<job_id>.steps[*].with as inputs defined by an action, while run executes shell commands. As written, pushes matching this release workflow can be rejected before the publish job runs; if the intent is a preview, pass --dry-run in the clawhub package publish command instead.
Useful? React with 👍 / 👎.
No description provided.