Skip to content

update-fogle-submod #228

update-fogle-submod

update-fogle-submod #228

name: Update FOGLTLOGLES
on:
repository_dispatch:
types: [update-fogle-submod]
jobs:
update:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update FOGLTLOGLES
run: |
git submodule update --init --depth=1 --remote
- name: Commit & Push changes
uses: actions-js/push@master
with:
message: "Update FOGLTLOGLES"
github_token: ${{ secrets.GITHUB_TOKEN }}