Commit 33452e9
authored
fix: add Bash tool and simplify Claude prompt for skill execution (#93)
* fix: update all GitHub Actions to latest versions for Node.js 24 full support
- Update actions/checkout from v4.2.2 to v7.0.1
- Update google-github-actions/auth from v2.1.4 to v3.0.0
These versions are fully compatible with Node.js 24 and eliminate all
deprecation warnings in workflow logs.
* fix: enable GCP credential file and environment variables for Claude access
Claude needs access to GCP credentials to authenticate with Vertex API.
Changed:
- create_credentials_file: true (was false)
- export_environment_variables: true (was false)
This allows the google-github-actions/auth action to create the credential
file and set GOOGLE_APPLICATION_CREDENTIALS so Claude can access it.
* fix: move PR data file to working directory for Claude access
Claude can only access files within the job's working directory
(/home/runner/work/hyperfleet-claude-plugins/hyperfleet-claude-plugins).
Changed data file location from /tmp/pr-data.json to pr-data.json.
* fix: add Bash tool and simplify Claude prompt for skill execution
The /open-prs skill needs Bash access to run jq pipelines.
Updated prompt to invoke the skill directly rather than giving step-by-step instructions.1 parent 432adec commit 33452e9
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
0 commit comments