File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments