dena/setup-job-workspacce-action
A action create workspace to checkout repository for each jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace-name | Input workspace directory name if you need to change from default: ${workspace-yaml-name}-${job-name} | no | — |
| repository-name | Set repository name for workspace directory path. default: "" | no | "" |
| prefix | Set prefix for workspace directory name. default: "" | no | "" |
| suffix | Set suffix for workspace directory name. default: "" | no | "" |
| working-directory | Set working-directory for nodejs. default: "" (Linux, macOS), ".." (Windows) | no | ${{ runner.os == 'Windows' && '..' || '' }} |
Outputs
| name | description |
|---|---|
| real-path | The fully resolved (all symlinks expanded) path of the workspace directory created by this action |