Skip to content

Commit ceba4ab

Browse files
committed
validate nr
Signed-off-by: Anas Nashif <[email protected]>
1 parent a24f443 commit ceba4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
script: |
3636
let fs = require("fs");
37-
let pr_number = Number(fs.readFileSync("./NR"));
37+
let pr_number = Number(fs.readFileSync("./pr/NR"));
3838
core.exportVariable("PR_NUM", pr_number);
3939
4040
- name: Check PR number

0 commit comments

Comments
 (0)