Skip to content

chore: update the figure because I like cropping #122

chore: update the figure because I like cropping

chore: update the figure because I like cropping #122

Workflow file for this run

on:
push:
branches:
- minimal
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Bump version
id: get-commit-level
run: |
commit=$(echo ${{ github.event.head_commit.message }} | grep -Po ' /.*' | cut -d '/' -f 2)
echo "::set-output name=commit::$commit"
- name: Push version
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: ${{steps.get-commit-level.outputs.commit}}