From 0ce6fb9a543b574ed51a1f4e9c051471e6c0426f Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:27:16 +0200 Subject: [PATCH] ci: fix typo in workflow text --- .github/workflows/ci-automated-check-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-automated-check-environment.yml b/.github/workflows/ci-automated-check-environment.yml index 4008893c..9226b62c 100644 --- a/.github/workflows/ci-automated-check-environment.yml +++ b/.github/workflows/ci-automated-check-environment.yml @@ -57,7 +57,7 @@ jobs: pr_body: | ## Outdated CI environment - This pull request was created, because the CI environment uses frameworks that are not up-to-date. + This pull request was created because the CI environment uses frameworks that are not up-to-date. You can see which frameworks need to be upgraded in the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}). *⚠️ Use `Squash and merge` to merge this pull request.*