Skip to content

Commit 936ed85

Browse files
Rename the GitHub Actions workflow that updates index
1 parent 52b9a06 commit 936ed85

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
1+
#Requires -Module GitHub
2+
3+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
24
'PSAvoidLongLines', '',
35
Justification = 'Markdown templates'
46
)]
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update profile
1+
name: Update index
22

33
on:
44
workflow_dispatch:
@@ -9,18 +9,18 @@ on:
99
permissions: {}
1010

1111
jobs:
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

0 commit comments

Comments
 (0)