diff --git a/action.yml b/action.yml index 1edf58c..0d1187c 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,7 @@ runs: using: 'node16' main: 'dist/restore/index.js' post: 'dist/save/index.js' + post-if: 'success()' branding: icon: 'archive' color: 'gray-dark'