Browse Source
Update mikrotik_patch_7.yml
Signed-off-by: puntoazul <israelrmm@gmail.com>
pull/58/head
puntoazul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/mikrotik_patch_7.yml
|
|
|
@ -45,13 +45,13 @@ jobs: |
|
|
|
arch: [x86,arm64] |
|
|
|
channel: [stable, testing] |
|
|
|
env: |
|
|
|
TZ: 'Asia/Shanghai' |
|
|
|
TZ: 'America/Caracas' |
|
|
|
LATEST_VERSION: "" |
|
|
|
ARCH: "" |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v5 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
|