Parcourir la source

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

Armin Schrenk il y a 2 ans
Parent
commit
23d9521724
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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##*/}