Skip to content

fix: Redfish: Use Chassis instead of Systems to obtain chassis ID #6773

fix: Redfish: Use Chassis instead of Systems to obtain chassis ID

fix: Redfish: Use Chassis instead of Systems to obtain chassis ID #6773

Workflow file for this run

name: Commit Message Check
on: # yamllint disable-line rule:truthy
pull_request:
permissions: read-all
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Check commit message
uses: webiny/action-conventional-commits@v1.3.0