diff --git a/.github/workflows/SyncSwaggerSpecs.yml b/.github/workflows/SyncSwaggerSpecs.yml index c7118e46..cf81b6f5 100644 --- a/.github/workflows/SyncSwaggerSpecs.yml +++ b/.github/workflows/SyncSwaggerSpecs.yml @@ -6,7 +6,7 @@ name: SyncSwaggerSpecs on: # Triggers the workflow on push or pull request events but only for the master branch schedule: - - cron: '0 17 * * *' + - cron: '0 * * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -57,7 +57,7 @@ jobs: with: branch: sync-swagger-specs-automate delete-branch: true - base: master + base: sync-swagger-specs-demo title: 'Updated API Swagger for Microsoft.* Created by GitHub Action' commit-message: ${{ env.LOAD_RESULTS }} body: |