Skip to content

build(deps-dev): bump @commitlint/cli from 20.3.1 to 20.4.0 #298

build(deps-dev): bump @commitlint/cli from 20.3.1 to 20.4.0

build(deps-dev): bump @commitlint/cli from 20.3.1 to 20.4.0 #298

Workflow file for this run

name: Date
on: push
jobs:
date:
runs-on: ubuntu-latest
steps:
- run: date +'%Y-%m-%d'
- run: date +'%Y-%m-%dT%H:%M:%S'
- run: echo "yyyymmdd=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- run: echo ${{ env.yyyymmdd }}
- run: echo ${{ github.event.repository.updated_at}}