Skip to content

Commit

Permalink
SUKU padding finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Oct 24, 2023
1 parent f384fb5 commit c97c2ce
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 | sed 's/\.0\([0-9]\)/.\1/')" >> $GITHUB_ENV
run: echo "action_date=$(date +v%Y.%-m.%-d%H%M)" >> $GITHUB_ENV

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

0 comments on commit c97c2ce

Please sign in to comment.