Files
release/dump/action.yaml
David Übler c2000c3f4d
All checks were successful
run tests / check (push) Successful in 44s
run tests / release (push) Successful in 16s
WIP
2025-12-10 06:06:19 +01:00

12 lines
278 B
YAML

name: "dump project description"
description: "dump current project description"
runs:
using: composite
steps:
- name: dump project description
run: |
nix run ${{ github.action_path }} -- \
dump \
--state "${RELEASE_ACTION_STATEFILE}"