We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3852c5 commit 4d2a392Copy full SHA for 4d2a392
.github/workflows/detect-api.changes.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: 🚦 Test Output
67
run: |
68
- FILE_PATH="${{ steps.public_api_diff.outputs.filepath }}
+ FILE_PATH="${{ steps.public_api_diff.outputs.filepath }}"
69
echo "Filepath: $FILE_PATH"
70
71
- if: ${{ github.event.pull_request.base.ref != '' }}
0 commit comments