nyanrus/Ruby Action DSL to YAML Helper
Ruby DSL로 작성된 GitHub Actions 워크플로우를 YAML로 변환하는 액션입니다. - 입력: Ruby DSL 파일 (예: dsl/workflow.rb) - 출력: 변환된 YAML 파일 (예: .github/workflows/generated.yml) ## 사용 예시 ```yaml - uses: nyanrus/rubi-action@v0 with: dsl: dsl/workflow.rb output: .github/workflows/generated.yml ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dsl | Ruby DSL 파일 경로 (예: .github/workflows/workflow.rb) | yes | — |
| output | 생성할 YAML 파일 경로 (예: .github/workflows/generated.yml) | no | .github/workflows/generated.yml |
Outputs
no outputs