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.20240923 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240921 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240919 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240917 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240913 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240912 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240910 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240907 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240904 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240903 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240831 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240829 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240826 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240821 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240816 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240812 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240809 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240808 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240806 .github/workflows/update_domains.yml
swot-ruby-1.0.5.20240805 .github/workflows/update_domains.yml