Skip to content

Commit

Permalink
Correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen committed Sep 4, 2023
1 parent e55a606 commit 52b8b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: changed_json_files
shell: bash
run: |
cjf=`python3 ${{ github.workspace }}/deploy/_filter_files.py json ${{ steps.changed_files.outputs.changed_files }}`
cjf=`python3 ${{ github.workspace }}/deploy/_filter_fi6py json ${{ steps.changed_files.outputs.changed_files }}`
echo "Changed json files: $cjf"
echo "changed_json_files=$cjf" >> "$GITHUB_OUTPUT"&&echo "Set."
- name: Get test value
Expand Down

0 comments on commit 52b8b6f

Please sign in to comment.