Skip to content

Commit

Permalink
fix timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Mar 1, 2022
1 parent e824295 commit a9a1afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hostsoneline.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Hostsoneline
on:
schedule:
- cron: '41 5 * * 3'
- cron: '43 5 * * 3'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set local timezone to Indonesia
uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Indonesia"
timezoneLinux: "Asia/Jakarta"
- uses: actions/checkout@v1
- name: Get one line hosts data from source
run: |
Expand Down

0 comments on commit a9a1afe

Please sign in to comment.