Inji 408 error popup after maximum retries vc download #480
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Delete old artifacts' | ||
on: | ||
workflow_dispatch: | ||
name: 'Delete old artifacts' | ||
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 |