prefapp/run-dagger-py

Action to run a dagger workflow, using the python SDK

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 29, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: prefapp/run-dagger-py@2f3e0e23997fb429a002e6778387c0e89c38d8bd # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
workflowThe workflow script to run, as specified in [tool.poetry.scripts]yesmain
config_fileThe firestarter config file pathyes.dagger/firestarter.yml
python_versionThe python version to useno3.11
working_directoryThe working directory to run the action inno${{ github.workspace }}
varsThe var arguments to pass to the workflow (in toml format)no""
secretsThe secrets to pass to the workflow (in toml format)no""
additional_build_argsAdditional build_args to pass to the workflow (in toml format)no""
workflows_repositoryRepository from which to download workflowsnoprefapp/firestarter-workflows
workflows_repository_refWorkflows repository refnomain

no outputs