From 5d61a261b1dba15ae9a9a38f7cd37f10c0b1d22b Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 15 Oct 2024 21:37:01 +0200 Subject: [PATCH] set set-timezone to UTC --- .github/workflows/python-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index da77d60..ce8849c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -30,12 +30,12 @@ jobs: runs-on: ubuntu-latest steps: - # - name: Set timezone - # uses: szenius/set-timezone@v2.0 - # with: - # timezoneLinux: "Europe/Berlin" - # timezoneMacos: "Europe/Berlin" - # timezoneWindows: "Europe/Berlin" + - name: Set timezone + uses: szenius/set-timezone@v2.0 + with: + timezoneLinux: "utc" + timezoneMacos: "utc" + timezoneWindows: "utc" # - name: Start Mosquitto # uses: namoshek/mosquitto-github-action@v1 # with: