Commit 32208f7
committed
fix: streamline PR title retrieval in scope check workflow
This commit simplifies the PR title retrieval process in the GitHub Actions workflow by:
- Removing unnecessary debug output for `GITHUB_EVENT_PATH` and `jq` command results.
- Directly capturing and echoing the PR title, enhancing clarity and reducing clutter in the workflow logs.
These changes aim to improve the efficiency of the workflow while maintaining essential output for debugging.1 parent a4c68f3 commit 32208f7
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
0 commit comments