Skip to content

Commit

Permalink
set its
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-nair committed Dec 30, 2024
1 parent cb3fd9c commit 30e69a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/test-tag-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = function ({core, context, github}) {
}

core.setOutput("tags", parseResult.tags ?? "");
core.setOutput("its", parseResult.its ?? "");
core.setOutput("spec", parseResult.spec ?? "");
}

Expand Down

0 comments on commit 30e69a8

Please sign in to comment.