Skip to content

Commit 4a72819

Browse files
fix: fix script to use correct date format
1 parent 2c16127 commit 4a72819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get_sunset_apis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
openapi_spec_url="$1"
3838
to_date="$2"
39-
from_date=$(date +"%y-%m-%d")
39+
from_date=$(date +"%Y-%m-%d")
4040

4141
echo "openapi_spec_url: ${openapi_spec_url}"
4242
echo "from_date: ${from_date}, to_date: ${to_date}"

0 commit comments

Comments
 (0)