Skip to content

Matching ReleaseDates to NASA repo #23

Matching ReleaseDates to NASA repo

Matching ReleaseDates to NASA repo #23

Workflow file for this run

name: call-delete-runs

Check failure on line 1 in .github/workflows/delete-runs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/delete-runs.yml

Invalid workflow file

(Line: 7, Col: 9): Required property is missing: type
run-name: ${{ github.actor }} - calling centralized workflow run deletion
on:
workflow_call:
inputs:
days:
description: 'Number of days.'
required: true
default: 1
jobs:
reusable-delete-runs:
uses: hpde/spase-workflows/.github/workflows/delete-runs.yml@master
secrets: inherit