Skip to content

Commit 4d25b00

Browse files
committed
Fix path ref
1 parent 96671ff commit 4d25b00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
114114
- name: Run analysis
115115
if: steps.pr.outputs.number && steps.preflight.outputs.should-run == 'true'
116-
uses: composer/api-surface-check/analyze@${{ github.action_ref }}
116+
uses: ./analyze
117117
with:
118118
base-ref: origin/${{ steps.pr.outputs.base-ref }}
119119
paths: ${{ inputs.paths }}
@@ -135,7 +135,7 @@ runs:
135135
# previously-posted bot comment.
136136
- name: Post or update comment
137137
if: steps.pr.outputs.number
138-
uses: composer/api-surface-check/post-comment@${{ github.action_ref }}
138+
uses: ./post-comment
139139
with:
140140
pr-number: ${{ steps.pr.outputs.number }}
141141
output-dir: ${{ inputs.output-dir }}

0 commit comments

Comments
 (0)