We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24a6a commit b9fd550Copy full SHA for b9fd550
.github/workflows/decky-plugins.yml
@@ -1,13 +1,13 @@
1
name: Update decky-plugins
2
on:
3
+ workflow_dispatch:
4
schedule:
5
- cron: "0 0 1 * *"
- workflow_dispatch
6
jobs:
7
update-plugins:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
11
12
- name: Install Lix
13
uses: samueldr/lix-gha-installer-action@v1
0 commit comments