Skip to content

feat(MOSIP-29236): Add reusable workflows #527

feat(MOSIP-29236): Add reusable workflows

feat(MOSIP-29236): Add reusable workflows #527

Workflow file for this run

name: 'Delete old artifacts'
on:
workflow_dispatch:
name: 'Delete old artifacts'

Check failure on line 4 in .github/workflows/clear_artifacts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clear_artifacts.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
on:
workflow_dispatch:
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.ACTION_PAT }}
expire-in: 2days # Setting this to 0 will delete all artifacts