Skip to content

Commit f15f99b

Browse files
feat: add log helper
1 parent 06a10bd commit f15f99b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@actions/core": "^1.2.5",
3030
"@actions/github": "^4.0.0",
3131
"@octokit/plugin-rest-endpoint-methods": "^4.2.0",
32+
"@technote-space/github-action-log-helper": "^0.1.0",
3233
"shell-escape": "^0.2.0",
3334
"sprintf-js": "^1.1.2"
3435
},

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,13 @@
766766
dependencies:
767767
"@sinonjs/commons" "^1.7.0"
768768

769+
"@technote-space/github-action-log-helper@^0.1.0":
770+
version "0.1.0"
771+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.0.tgz#ac7ef71f8f81fd689b31e0c34384bc346ba13d1a"
772+
integrity sha512-IOK3gHzEuIbMUY2Jnk5d70sUXJ69Jntf6+46DtASWrokVH6f/+vFOKHACZQKjH47nFfZT0yU1DkPubs/lB0iiQ==
773+
dependencies:
774+
"@actions/core" "^1.2.5"
775+
769776
"@technote-space/github-action-test-helper@^0.5.7":
770777
version "0.5.7"
771778
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.5.7.tgz#ac8b1b9c5113ea311b06dff7385235c238134ba7"

0 commit comments

Comments
 (0)