Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Jun 13, 2024
1 parent ed70229 commit d5a9e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/domain-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function prFiles(github, context) {
console.log("PR files: ", prFiles)
return prFiles
}
module.exports = ({github, context}) => {
module.exports = ({context}) => {
return context.payload.client_payload.value
}
/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
script: |
const domainCheck = require('.github/scripts/domain-check.js')
return domainCheck({github, context})
return domainCheck({context})
- name: Restore netlib from cache
id: cache-lapack
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down

0 comments on commit d5a9e31

Please sign in to comment.