From 1c2eab8ead5223271c0a44ba67ffa3454dabccec Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 25 Jul 2024 17:59:16 +0100 Subject: [PATCH] Updated CI job step names for consistency --- .github/workflows/format.yml | 2 +- .github/workflows/transifex.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7529290d7..2688eb341 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Build + - name: Clang format env: COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} run: ./.ci/clang-format.sh diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 05e4b202b..e3f72984c 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive fetch-depth: 0 - - name: Update Translation + - name: Update translation run: ./.ci/transifex.sh env: TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}