Skip to content

リファクタ(SonarCloudの警告修正) (#634) #79

リファクタ(SonarCloudの警告修正) (#634)

リファクタ(SonarCloudの警告修正) (#634) #79

Workflow file for this run

name: sync docs
on:
push:
branches:
- develop
- doc/avoid_foul
paths:
- docs/**
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true