We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84ed55e + 0ee5a19 commit 2c4f808Copy full SHA for 2c4f808
.github/workflows/updater.yml
@@ -2,6 +2,7 @@ name: GitHub Actions Version Updater
2
3
# Controls when the action will run.
4
on:
5
+ workflow_dispatch:
6
schedule:
7
# Automatically run at 00:00 on day-of-month 5.
8
- cron: '0 0 5 * *'
@@ -17,7 +18,7 @@ jobs:
17
18
token: ${{ secrets.WORKFLOW_SECRET }}
19
20
- name: Run GitHub Actions Version Updater
- uses: saadmk11/github-actions-version-updater@v0.8.1
21
+ uses: saadmk11/github-actions-version-updater@v0.9.0
22
with:
23
# [Required] Access token with `workflow` scope.
24
0 commit comments