fix: post installations strings width (#511)

This commit is contained in:
Aman Varshney
2025-08-15 16:29:24 +05:30
committed by GitHub
parent 22773232ae
commit f14ab0f3f1
6 changed files with 114 additions and 957 deletions

View File

@@ -9,7 +9,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
if: >-
!contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.head_commit.message, 'skip ci')
steps:
- name: Checkout Code
uses: actions/checkout@v4