From 9738ceb9012fee460f3c545d0c1efe7246549912 Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Wed, 23 Apr 2025 19:57:53 -0700 Subject: [PATCH] ci: fix update flake pr title condition (#1169) --- .github/workflows/update-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index e9e7d232..9630f16a 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} branch: update_flake_lock_action_${{ matrix.branch }} commit-msg: "stylix: update all flake inputs" - pr-title: "${{ contains('release', matrix.branch) && '[${{ matrix.branch }}] ' || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length + pr-title: "${{ startsWith(matrix.branch, 'release') && '[${{ matrix.branch }}] ' || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length pr-labels: dependencies # yamllint disable rule:line-length pr-body: |