Skip to content

Commit 45ade68

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/default-request-library
2 parents 8f6e1dc + 7ca51b5 commit 45ade68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
script: |
113113
const { data: checks } = await github.rest.checks.listForRef({
114114
...context.repo,
115-
process.env.ref
115+
ref: process.env.ref
116116
});
117117
118118
const check = checks.check_runs.filter(c => c.name === process.env.job);

0 commit comments

Comments
 (0)