set TZ to "Europe/Berlin"
This commit is contained in:
9
.github/workflows/python-app.yml
vendored
9
.github/workflows/python-app.yml
vendored
@@ -24,18 +24,15 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
|
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
|
||||||
|
|
||||||
|
env:
|
||||||
|
TZ: "Europe/Berlin"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set timezone
|
|
||||||
uses: MathRobin/timezone-action@v1.1
|
|
||||||
with:
|
|
||||||
timezoneLinux: "Europe/Berlin"
|
|
||||||
timezoneMacos: "Europe/Berlin"
|
|
||||||
timezoneWindows: "Europe/Berlin"
|
|
||||||
# - 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