diff --git a/.github/workflows/maven-test.yml b/.github/workflows/maven-test.yml index b4404f3..96433bc 100644 --- a/.github/workflows/maven-test.yml +++ b/.github/workflows/maven-test.yml @@ -1,5 +1,5 @@ name: "Maven Test" -run-name: Maven Test [${{ github.ref_type }}][${{ github.ref }}] +run-name: Maven Test [${{ github.ref_name }}] on: push: branches: diff --git a/.github/workflows/ossrh-release.yml b/.github/workflows/ossrh-release.yml index 5dd1042..508e1fe 100644 --- a/.github/workflows/ossrh-release.yml +++ b/.github/workflows/ossrh-release.yml @@ -1,7 +1,7 @@ # Action configuration is based on the following articles: # https://blogs.itemis.com/en/github-actions-releasing-artifacts-into-maven-central name: "OSSRH Release" -run-name: OSSRH Release [${{ github.ref_type }}][${{ github.ref }}] +run-name: OSSRH Release [${{ github.ref_name }}] on: workflow_dispatch: jobs: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2db72e9..42506c6 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -1,5 +1,5 @@ name: "SonarCloud Analyze" -run-name: SonarCloud Analyze [${{ github.ref_type }}][${{ github.ref }}] +run-name: SonarCloud Analyze [${{ github.ref_name }}] on: # push: # branches: