Skip to content

Commit 48322a8

Browse files
Print a warning in post if cached paths do not exist at the end.
1 parent 1d016dd commit 48322a8

File tree

8 files changed

+31096
-7208
lines changed

8 files changed

+31096
-7208
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ outputs:
2121
runs:
2222
using: "node20"
2323
main: "dist/index/index.js"
24+
post: "dist/post/index.js"
25+
post-if: success()
2426
branding:
2527
icon: "archive"
2628
color: "gray-dark"

0 commit comments

Comments
 (0)