Skip to content

Commit 2f50e7d

Browse files
Merge pull request #19 from namespacelabs/kirill/post
Print a warning in post if cached paths do not exist at the end.
2 parents 1d016dd + e9d4137 commit 2f50e7d

File tree

8 files changed

+48308
-21879
lines changed

8 files changed

+48308
-21879
lines changed

action.yml

+2
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)