Skip to content

Commit 58532e8

Browse files
authored
Merge pull request #44 from PyMoDAQ/action/fix-github-actions-updater
Fix Github Actions Updater + Manual trigger
2 parents 1573b1a + 7b4ad11 commit 58532e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/updater.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: GitHub Actions Version Updater
22

33
# Controls when the action will run.
44
on:
5+
workflow_dispatch:
56
schedule:
67
# Automatically run at 00:00 on day-of-month 5.
78
- cron: '0 0 5 * *'
@@ -17,7 +18,7 @@ jobs:
1718
token: ${{ secrets.WORKFLOW_SECRET }}
1819

1920
- name: Run GitHub Actions Version Updater
20-
uses: saadmk11/github-actions-version-updater@v0.8.1
21+
uses: saadmk11/github-actions-version-updater@v0.9.0
2122
with:
2223
# [Required] Access token with `workflow` scope.
2324
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)