Sha256: f8a1f68467e74f91c4cb0967f5f4fffda622ee511f2aa298778128fea7a148f9

Contents?: true

Size: 622 Bytes

Versions: 269

Compression:

Stored size: 622 Bytes

Contents

name: Update Submodules

on:
  schedule:
    - cron: '0 0 * * *'  # Runs every day at midnight
  workflow_dispatch:

permissions:
  contents: write

jobs:
  update:

    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2
      with:
        submodules: 'recursive'

    - name: Update submodules
      run: |
        git submodule update --remote
        git config --global user.name 'Dave Kimura'
        git config --global user.email 'dave@k-innovations.net'

    - name: Commit and push changes
      run: |
        git commit -am "Updated submodules"
        git push

Version data entries

269 entries across 269 versions & 1 rubygems

Version Path
swot-ruby-1.0.5.20241121 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241118 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241115 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241113 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241112 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241104 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241101 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241031 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241026 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241023 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241022 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241018 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241016 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241015 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241014 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241012 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241010 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241008 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241006 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20241004 .github/workflows/update_domains.yml