Skip to content

feat: testing

feat: testing #6

Workflow file for this run

name: toc
on:
schedule:
- cron: '45 22 * * *'
push:
branches:
- internal_502
workflow_dispatch:
jobs:
Toc:
name: 'toc update'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'update toc'
uses: 'clouddrove/github-actions@internal_502_3'
with:
actions_subcommand: 'toc'
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 }}