We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349e1d0 commit 4474da0Copy full SHA for 4474da0
.github/workflows/backend-maven-node-build.yml
@@ -16,6 +16,8 @@ on: # defining on which triggers this action should run
16
jobs:
17
build-maven:
18
runs-on: ubuntu-latest
19
+ env:
20
+ TZ: Europe/Berlin # timezone
21
steps:
22
- uses: it-at-m/.github/.github/actions/action-maven-node-build@reuseable-workflow
23
with:
0 commit comments