From d0a2a3b34b27187e9d173d30579ffd3495fe3bca Mon Sep 17 00:00:00 2001 From: valevo Date: Mon, 24 Jun 2024 15:45:34 +0200 Subject: [PATCH] Update yaml_to_json.yml --- .github/workflows/yaml_to_json.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/yaml_to_json.yml b/.github/workflows/yaml_to_json.yml index e97007a..c14f99f 100644 --- a/.github/workflows/yaml_to_json.yml +++ b/.github/workflows/yaml_to_json.yml @@ -9,6 +9,9 @@ jobs: - run: echo "branch = ${{ github.ref }}; repository = ${{ github.repository }}" - run: echo "workspace = ${{ github.workspace }}" - name: List files in the repository + run: | + ls ${{ github.workspace }} + - name: run python script run: | python ${{ github.workspace }}/scripts/test_actions.py - run: echo "🍏 This job's status is ${{ job.status }}."