Files
cleanuperr/.github/workflows/build.yml
T
2024-11-09 23:47:25 +02:00

11 lines
256 B
YAML

on:
workflow_dispatch:
workflow_call:
jobs:
build:
uses: flmorg/universal-workflows/.github/workflows/dotnet.build.app.yml@main
with:
dockerRepository: flaminel/cleanuperr
githubContext: ${{ toJSON(github) }}
secrets: inherit