Skip to content

Commit a311e57

Browse files
committed
init missing vars
1 parent 91d2a09 commit a311e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-downstream.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
const ruffFailed = '${{ steps.ruff.outcome }}' === 'failure';
6464
const pytestFailed = '${{ steps.pytest.outcome }}' === 'failure';
6565
66+
const owner = context.repo.owner;
67+
const repo = context.repo.repo;
68+
const issue_number = context.issue.number;
69+
6670
const constructLogURL = (stepId) => {
6771
return `https://github.com/${owner}/${repo}/actions/runs/${{ github.run_id }}/jobs/${{ job.id }}/steps/${stepId}/logs`;
6872
};

0 commit comments

Comments
 (0)