Skip to content

fix: use github-script#20

Merged
k1LoW merged 1 commit intomainfrom
use-github-script
Oct 20, 2025
Merged

fix: use github-script#20
k1LoW merged 1 commit intomainfrom
use-github-script

Conversation

@k1LoW
Copy link
Copy Markdown
Owner

@k1LoW k1LoW commented Oct 20, 2025

This pull request updates the way the tailor-log tool is executed in the action.yml workflow. Instead of running the commands directly in a bash shell, it now uses the actions/github-script action to invoke tailor-log via a JavaScript script, providing better integration with GitHub Actions and improved input handling.

Workflow execution improvements:

  • Replaced the direct bash invocation of tailor-log with a JavaScript-based execution using actions/github-script, allowing for more flexible and robust handling of inputs and tool execution.

@k1LoW k1LoW self-assigned this Oct 20, 2025
@k1LoW k1LoW added bug Something isn't working tagpr:minor labels Oct 20, 2025
@k1LoW k1LoW force-pushed the use-github-script branch from 8a2feaf to cbe83d5 Compare October 20, 2025 12:52
@k1LoW k1LoW changed the title fix: use github-actions fix: use github-script Oct 20, 2025
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report

main (930569f) #20 (351be1c) +/-
Coverage 7.0% 7.0% 0.0%
Code to Test Ratio 1:0.1 1:0.1 0.0
Test Execution Time 4s 4s 0s
Details
  |                     | main (930569f) | #20 (351be1c) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |           7.0% |          7.0% | 0.0% |
  |   Files             |              9 |             9 |    0 |
  |   Lines             |            325 |           325 |    0 |
  |   Covered           |             23 |            23 |    0 |
  | Code to Test Ratio  |          1:0.1 |         1:0.1 |  0.0 |
  |   Code              |            785 |           785 |    0 |
  |   Test              |            102 |           102 |    0 |
  | Test Execution Time |             4s |            4s |   0s |

Reported by octocov

@k1LoW k1LoW merged commit 28dd230 into main Oct 20, 2025
1 check passed
@k1LoW k1LoW deleted the use-github-script branch October 20, 2025 12:53
@github-actions github-actions Bot mentioned this pull request Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working tagpr:minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant