Skip to content

Commit

Permalink
try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren committed Jan 23, 2025
1 parent 595cfa4 commit 179a819
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ jobs:
# pip install -r requirements.txt
- name: Generate MD
id: generate_md
run: |
python .github/scripts/cli_scraper.py
- name: Commit changes
uses: chromeq/commit@v2.x
- name: Commit files
uses: ChromeQ/commit@v2.0.0
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: "."
files: |
cmd/commands.md
commit-message: "chore: Update MD file [skip ci]"
ref: ${{ github.head_ref }}

0 comments on commit 179a819

Please sign in to comment.