set TZ to "Europe/Berlin"

This commit is contained in:
Stefan Allius
2024-10-15 21:59:32 +02:00
parent 5775cb1ce3
commit 3863454a84

View File

@@ -24,18 +24,15 @@ permissions:
contents: read
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
env:
TZ: "Europe/Berlin"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set timezone
uses: MathRobin/timezone-action@v1.1
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
timezoneWindows: "Europe/Berlin"
# - name: Start Mosquitto
# uses: namoshek/mosquitto-github-action@v1
# with: