Skip to content

Commit

Permalink
Update toc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s authored Sep 22, 2023
1 parent 2fb9144 commit 6aa81de
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/toc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: toc
on:
schedule:
- cron: '45 22 * * *'
# Schedule:
# - cron: '*/2 * * * *'

push:
branches:
- issue_502
branches:
- issue_502
workflow_dispatch:
jobs:
Toc:
Expand All @@ -14,10 +15,11 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@master

- name: 'updating toc readme'
- 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]'
Expand Down

0 comments on commit 6aa81de

Please sign in to comment.