Browse Source

Remove resolved TODO (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_call)

Armin Schrenk 2 years ago
parent
commit
23d9521724
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/get-version.yml

+ 1 - 1
.github/workflows/get-version.yml

@@ -46,7 +46,7 @@ jobs:
           java-version: ${{ env.JAVA_VERSION }}
           cache: ${{ env.JAVA_CACHE }}
       - id: versions
-        name: Get version information # TODO: is Github ref inherited when called from super workflow?
+        name: Get version information
         run: |
           if [[ $GITHUB_REF =~ refs/tags/[0-9]+\.[0-9]+\.[0-9]+.* ]]; then
             SEM_VER_STR=${GITHUB_REF##*/}