File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [Diagnostics.CodeAnalysis.SuppressMessageAttribute (
1+ # Requires -Module GitHub
2+
3+ [Diagnostics.CodeAnalysis.SuppressMessageAttribute (
24 ' PSAvoidLongLines' , ' ' ,
35 Justification = ' Markdown templates'
46)]
Original file line number Diff line number Diff line change 1- name : Update profile
1+ name : Update index
22
33on :
44 workflow_dispatch :
99permissions : {}
1010
1111jobs :
12- update_readme :
13- name : Update Profile README
12+ update_index :
13+ name : Update index
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020
21- - name : Update README
21+ - name : Update index
2222 uses : PSModule/GitHub-Script@v1
2323 with :
2424 ClientID : ${{ secrets.SCRIBBLER_BOT_CLIENT_ID }}
2525 PrivateKey : ${{ secrets.SCRIBBLER_BOT_PRIVATE_KEY }}
26- Script : .github/scripts/UpdateReadme .ps1
26+ Script : .github/scripts/Update-Index .ps1
You can’t perform that action at this time.
0 commit comments