Skip to content

build(deps-dev): bump @commitlint/cli from 20.0.0 to 20.1.0 #13

build(deps-dev): bump @commitlint/cli from 20.0.0 to 20.1.0

build(deps-dev): bump @commitlint/cli from 20.0.0 to 20.1.0 #13

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