set set-timezone to UTC
This commit is contained in:
12
.github/workflows/python-app.yml
vendored
12
.github/workflows/python-app.yml
vendored
@@ -30,12 +30,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Set timezone
|
- name: Set timezone
|
||||||
# uses: szenius/set-timezone@v2.0
|
uses: szenius/set-timezone@v2.0
|
||||||
# with:
|
with:
|
||||||
# timezoneLinux: "Europe/Berlin"
|
timezoneLinux: "utc"
|
||||||
# timezoneMacos: "Europe/Berlin"
|
timezoneMacos: "utc"
|
||||||
# timezoneWindows: "Europe/Berlin"
|
timezoneWindows: "utc"
|
||||||
# - name: Start Mosquitto
|
# - name: Start Mosquitto
|
||||||
# uses: namoshek/mosquitto-github-action@v1
|
# uses: namoshek/mosquitto-github-action@v1
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user