gha cd test
authorgggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:01:01 +0000 (19:01 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:01:01 +0000 (19:01 +0000)
.github/workflows/cd.yaml

index e1ce858..6a23f76 100644 (file)
@@ -18,6 +18,10 @@ jobs:
                 with:
                     fetch-depth: 0 # apparently required by tj-actions/changed-files
 
+            -   name: debug
+                run: |
+                    echo "${{ github.ref_type }} - ${{ github.ref_name }}"
+
             -   name: get changed files - manual
                 id: changed-manual
                 uses: tj-actions/changed-files@v35