Skip to content

build(deps-dev): bump @commitlint/cli from 20.2.0 to 20.3.0 #46

build(deps-dev): bump @commitlint/cli from 20.2.0 to 20.3.0

build(deps-dev): bump @commitlint/cli from 20.2.0 to 20.3.0 #46

Workflow file for this run

name: uuid
on: push
jobs:
uuid:
runs-on: ubuntu-latest
steps:
- name: Generate UUID
run: echo "UUID=$(uuidgen)" >> $GITHUB_ENV
- name: Print UUID
run: echo $UUID # ${{ env.UUID }}