From 85100124451aae7f9afb7c38fbb0dd782b469a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:41:23 +0100 Subject: [PATCH] CI: Use renamed ansys action (#971) --- .github/workflows/ci_cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7df56063d6..bdd5d6f8c3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -26,13 +26,13 @@ concurrency: jobs: - check_title: + pr-title: if: github.event_name == 'pull_request' name: Check the title of the pull request runs-on: ubuntu-latest steps: - - name: Check commit name - uses: ansys/actions/commit-style@v6 + - name: Check the title of the pull request + uses: ansys/actions/check-pr-title@v8 with: token: ${{ secrets.GITHUB_TOKEN }} use-upper-case: true