Skip to content

add: comma separation #9

add: comma separation

add: comma separation #9

name: Update Googlebots
on:
push:
branches:
- main
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run Script
run: |
chmod +x ./googlebot/google.sh
./googlebot/google.sh
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: (bot) Apply Googlebot changes