Skip to content

Commit fecd752

Browse files
committed
Fix typo: yaml -> yml
1 parent ed4f1ed commit fecd752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
publish_artifacts:
3131
needs: [fail_on_remote]
32-
uses: ./.github/workflows/build-push-artifacts.yaml
32+
uses: ./.github/workflows/build-push-artifacts.yml
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha }}
3535
secrets: inherit

0 commit comments

Comments
 (0)