Skip to content

Commit 2fbb785

Browse files
chore:update ci
debuging
2 parents 0295d3e + dca85c3 commit 2fbb785

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,3 @@ jobs:
4949
uses: python-semantic-release/python-semantic-release@master
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
52-
53-
54-
latest-changes:
55-
name: Latest Changes
56-
runs-on: ubuntu-latest
57-
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true)
58-
steps:
59-
- uses: actions/checkout@v4
60-
with:
61-
token: ${{ secrets.ATTICUS_PAT }}
62-
- uses: docker://tiangolo/latest-changes:0.2.0
63-
with:
64-
token: ${{ secrets.GITHUB_TOKEN }}
65-
commit-message: "chore: update README.md"

.github/workflows/latest_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install useful-scripts
3737
3838
- name: Run the script for recently modified
39-
run: markdown --root ${{ github.workspace }} modify_recent --output ${{ github.workspace }}/README.md --num_commits 15 --dir src --title "### Latest Changes"
39+
run: markdown --root ${{ github.workspace }} modify_recent --output ${{ github.workspace }}/README.md --num_commits 50 --dir src --title "### Latest Changes"
4040

4141

4242
- name: Commit README changes

0 commit comments

Comments
 (0)