Skip to content

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

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

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

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 }}