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 96671ff commit 4d25b00Copy full SHA for 4d25b00
1 file changed
action.yml
@@ -113,7 +113,7 @@ runs:
113
114
- name: Run analysis
115
if: steps.pr.outputs.number && steps.preflight.outputs.should-run == 'true'
116
- uses: composer/api-surface-check/analyze@${{ github.action_ref }}
+ uses: ./analyze
117
with:
118
base-ref: origin/${{ steps.pr.outputs.base-ref }}
119
paths: ${{ inputs.paths }}
@@ -135,7 +135,7 @@ runs:
135
# previously-posted bot comment.
136
- name: Post or update comment
137
if: steps.pr.outputs.number
138
- uses: composer/api-surface-check/post-comment@${{ github.action_ref }}
+ uses: ./post-comment
139
140
pr-number: ${{ steps.pr.outputs.number }}
141
output-dir: ${{ inputs.output-dir }}
0 commit comments