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.20240626 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240625 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240623 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240622 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240619 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240617 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240616 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240615 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240612 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240610 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240607 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240604 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240603 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240601 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240530 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240528 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240505 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240503 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240502 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240501 .github/workflows/update_domains.yml