From 3863454a84bd6f2cc5442227cd02d88a7d10d877 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 15 Oct 2024 21:59:32 +0200 Subject: [PATCH] set TZ to "Europe/Berlin" --- .github/workflows/python-app.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7b63632..1a9a38d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: