Skip to content

Commit

Permalink
SUKU remove leading zero
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Oct 24, 2023
1 parent ab19216 commit feee9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grid_common_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set Date
run: echo "action_date=$(date +'v1.%Y%m%d%H%M.0')" >> $GITHUB_ENV
run: echo "action_date=$(date +v1.%Y%m%d.%H%M | sed 's/\.0\([0-9]\)/.\1/')"

- name: Check Date
run: echo ${{ env.action_date }}
Expand Down

0 comments on commit feee9c2

Please sign in to comment.