Skip to content

Commit 0bd75fc

Browse files
authored
Merge pull request #4 from updatecli/updatecli_main_b4817913f196a1c030f001cb415658f7351fd2e5e2081ed21a602c25a9e51b86
chore: Update Updatecli GHA workflow
2 parents 00d997f + 3ee4d26 commit 0bd75fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_dispatch:
55
schedule:
66
# Run at 12:00 every Saterday every 14 days
7-
- cron: '0 12 */14 * 6'
7+
- cron: "0 12 */14 * 6"
88

99
jobs:
10-
prepare:
10+
updatecli:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10-
prepare:
10+
updatecli:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
prepare:
9+
updatecli:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"

0 commit comments

Comments
 (0)