Skip to content

Update toc.yml

Update toc.yml #12

Workflow file for this run

name: toc
on:
# Schedule:
# - cron: '*/2 * * * *'
push:
branches:
- issue_502
workflow_dispatch:
jobs:
Toc:
name: 'toc update'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'create readme'
uses: 'clouddrove/github-actions@internal_502_3'
with:
actions_subcommand: 'toc'
# actions_subcommand: readme
modules: 'terraform-aws,terraform-azure,terraform-gcp,docker,ansible,tools'
username: 'clouddrove.ci'
email: '[email protected]'
github_token: ${{ secrets.GITHUB }}
# - name: 'push readme'
# uses: 'clouddrove/[email protected]'
# continue-on-error: true
# with:
# actions_subcommand: 'push'
# env:
# github_token: ${{ secrets.GITHUB }}