We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3123d commit d7836bdCopy full SHA for d7836bd
.github/workflows/ci.yml
@@ -154,8 +154,12 @@ jobs:
154
- name: <Debug>Verifica upload effettivo</Debug>
155
shell: bash
156
run: |
157
- echo "Contenuto della directory di lavoro"
158
- ls -lah *
+ echo "Workflow triggering this run:"
+ echo "Workflow name: ${{ github.event.workflow.name }}"
159
+ echo "Workflow run ID: ${{ github.event.workflow_run.id }}"
160
+
161
+ echo -e "\nContenuto della directory di lavoro"
162
+ ls -lah .
163
164
echo -e "\nControllo cartelle Artifact note:"
165
ls -R ${{ github.workspace }}/release_artifacts || echo "Cartella non trovata"
0 commit comments