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: