Skip to content

Commit 80ecfca

Browse files
chore: Update Updatecli GHA workflow (#164)
* chore: sync .github/workflows/updatecli_test.yaml file Made with ❤️️ by updatecli * chore: sync .github/workflows/updatecli.yaml file Made with ❤️️ by updatecli * chore: sync .github/workflows/updatecli_update.yaml file Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent f1b542c commit 80ecfca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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)