Skip to content

Update dev-hato/actions-format-json-yml action to v0.0.100 (#1641) #2861

Update dev-hato/actions-format-json-yml action to v0.0.100 (#1641)

Update dev-hato/actions-format-json-yml action to v0.0.100 (#1641) #2861

---
name: github-actions-cache-cleaner
on:
push:
branches:
- main
schedule:
- cron: "0 21 * * *" # 06:00 JST
workflow_dispatch:
pull_request:
paths:
- .github/workflows/github-actions-cache-cleaner.yml
- dist/**
- action.yml
permissions:
actions: write
contents: read
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true