Files
cleanuperr/.github/workflows/build.yml
2024-11-12 18:43:00 +02:00

12 lines
285 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) }}
outputName: cleanuperr
secrets: inherit