Skip to content

Commit 86b506f

Browse files
authored
Update platform-project-automation.yml
1 parent d08afa8 commit 86b506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platform-project-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Set current date env var
2222
id: set_date
23-
run: echo ::set-output name=CURRENT_DATE::$(date +'%D')
23+
run: echo ::set-output name=CURRENT_DATE::$(date +'%Y-%m-%dT%H:%M:%S%z')
2424

2525
- name: Add issue to project if labelled with area/platform
2626
uses: leonsteinhaeuser/[email protected]

0 commit comments

Comments
 (0)