Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s authored Sep 22, 2023
1 parent 2c16fbb commit 386fb98
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@master

- name: 'update toc'
- name: 'updating toc readme'
uses: 'clouddrove/github-actions@internal_502_3'
with:
actions_subcommand: 'toc'
Expand All @@ -23,10 +23,12 @@ jobs:
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 }}
- name: 'push readme'
uses: 'clouddrove/[email protected]'
continue-on-error: true
with:
actions_subcommand: 'push'
env:
github_token: ${{ secrets.GITHUB }}


0 comments on commit 386fb98

Please sign in to comment.