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 ba2ad4f commit d0e4fa8Copy full SHA for d0e4fa8
.github/workflows/cleanrepo.yml
@@ -58,7 +58,7 @@ jobs:
58
# Create the PR for the work done by the "clean repo" tool
59
- name: Set timestamp
60
id: vars
61
- run: echo "timestamp=$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
+ run: echo "timestamp=$(TZ=Asia/Jerusalem date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
62
63
- name: create-pull-request
64
uses: dotnet/actions-create-pull-request@v4
0 commit comments