Skip to content

Commit

Permalink
Add one more quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed Feb 9, 2023
1 parent 2c4c64e commit 781b887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_interface_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Extract PR public interfaces
run: |
make init
bin/public_interface.py extract > ${{ runner.temp }}/interfaces.new.json
bin/public_interface.py extract > "${{ runner.temp }}"/interfaces.new.json
- name: Backup PR bin/public_interface.py
run: |
Expand Down

0 comments on commit 781b887

Please sign in to comment.