Skip to content

MOSIP-29934 changes in pom file #520

MOSIP-29934 changes in pom file

MOSIP-29934 changes in pom file #520

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