Sha256: d19e114024cdf5c129c690ea12564b3493006afc6da0d2aadf691d44176c25f7

Contents?: true

Size: 652 Bytes

Versions: 86

Compression:

Stored size: 652 Bytes

Contents

name: Update MIME type DB

on:
  schedule:
    # 10am on the 1st every month https://crontab.guru/#0_10_1_*_*
    - cron: "0 10 1 * *"
  workflow_dispatch:

jobs:
  update_db:
    runs-on: ubuntu-latest
    name: "Update MIME type DB"
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: "2.7"
          bundler-cache: true
      - name: Update mime-types-data
        run: bundle update mime-types-data
      - name: Update DB
        run: bundle exec rake rebuild_db
      - name: Create PR
        run: bin/db_pull_request
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Version data entries

86 entries across 86 versions & 5 rubygems

Version Path
harbr-0.1.41 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/db.yml
harbr-0.1.39 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/db.yml
harbr-0.1.38 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/db.yml
harbr-0.1.37 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/db.yml
mini_mime-1.1.5 .github/workflows/db.yml
mini_mime-1.1.4 .github/workflows/db.yml