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 2105eb8 commit 0c686ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/yaml_to_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
steps:
- run: echo "Automatically triggered by a ${{ github.event_name }} event."
- run: echo "branch = ${{ github.ref }}; repository = ${{ github.repository }}"
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "${{ github.repository }} repository has been cloned to the runner."
- run: echo "workspace = ${{ github.workspace }}"
- name: List files in the repository
run: |
python ${{ github.workspace }}/scripts/test_actions.py
Expand Down

0 comments on commit 0c686ad

Please sign in to comment.