prefapp/run-dagger-py
Action to run a dagger workflow, using the python SDK
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 29, 2026
- License
- None
Pinned Snippet
uses: prefapp/run-dagger-py@2f3e0e23997fb429a002e6778387c0e89c38d8bd # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | The workflow script to run, as specified in [tool.poetry.scripts] | yes | main |
| config_file | The firestarter config file path | yes | .dagger/firestarter.yml |
| python_version | The python version to use | no | 3.11 |
| working_directory | The working directory to run the action in | no | ${{ github.workspace }} |
| vars | The var arguments to pass to the workflow (in toml format) | no | "" |
| secrets | The secrets to pass to the workflow (in toml format) | no | "" |
| additional_build_args | Additional build_args to pass to the workflow (in toml format) | no | "" |
| workflows_repository | Repository from which to download workflows | no | prefapp/firestarter-workflows |
| workflows_repository_ref | Workflows repository ref | no | main |
Outputs
no outputs