fix: post installations strings width (#511) (#512)

This commit is contained in:
Aman Varshney
2025-08-15 16:35:40 +05:30
committed by GitHub
parent 22773232ae
commit 6d03bc14fd
6 changed files with 119 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