Skip to content

Commit

Permalink
Update yaml_to_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valevo authored Jun 24, 2024
1 parent 0c686ad commit d0a2a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/yaml_to_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

0 comments on commit d0a2a3b

Please sign in to comment.