set timezone in CI
All checks were successful
publish / publish (push) Successful in 32s

This commit is contained in:
Lyn Fugmann 2024-10-07 19:28:01 +02:00
parent 7284b97a8a
commit 577ee27186

View file

@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_DEPLOY_PRIVATE_KEY }}
TZ: Europe/Berlin
steps:
- name: checkout
uses: actions/checkout@v4