Skip to content

Update ios-pr.yml

Update ios-pr.yml #15

Workflow file for this run

name: "Prune old artifacts"
on: {}
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days