Skip to content

Commit b9fd550

Browse files
committed
Fix ci
1 parent 6e24a6a commit b9fd550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/decky-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Update decky-plugins
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: "0 0 1 * *"
5-
workflow_dispatch
66
jobs:
77
update-plugins:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1111

1212
- name: Install Lix
1313
uses: samueldr/lix-gha-installer-action@v1

0 commit comments

Comments
 (0)