Skip to content

Commit d0e4fa8

Browse files
Update timestamp to use Asia/Jerusalem timezone
1 parent ba2ad4f commit d0e4fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanrepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Create the PR for the work done by the "clean repo" tool
5959
- name: Set timestamp
6060
id: vars
61-
run: echo "timestamp=$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
61+
run: echo "timestamp=$(TZ=Asia/Jerusalem date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
6262

6363
- name: create-pull-request
6464
uses: dotnet/actions-create-pull-request@v4

0 commit comments

Comments
 (0)