Skip to content

Commit 74af26a

Browse files
committed
[GHA] Specify ref when calling workflow
1 parent 04fc995 commit 74af26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
call-reusable-pull-request-workflow:
99
name: Checks
10-
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml
10+
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
1111
with:
1212
benchmarks_linux_enabled: false
1313
license_header_check_project_name: "SwiftOpenAPIGenerator"

0 commit comments

Comments
 (0)