Skip to content

Commit 97e4c4e

Browse files
author
Vetrichelvan
committed
Updated readme-workflow to use different action
1 parent 7ae3a95 commit 97e4c4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update README
22

33
on:
44
schedule:
5-
- cron: '*/30 * * * *' # Update every 30 minutes
5+
- cron: "*/30 * * * *" # Update every 30 minutes
66
workflow_dispatch:
77

88
jobs:
@@ -12,6 +12,6 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2.3.4
15-
- uses: Readme-Workflows/recent-activity@{version}
15+
- uses: Readme-Workflows/recent-activity@v2.4.0
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)