diff --git a/action.yml b/action.yml
index 39f6af0..92afa17 100644
--- a/action.yml
+++ b/action.yml
@@ -26,5 +26,6 @@ inputs:
     description: 'The depth of commits to ask Git to fetch; defaults to no limit'  
   path:
     description: 'Optional path to check out source code'  
+    default: 'foo/${{github.ref}}'
 runs:
   plugin: 'checkout'
\ No newline at end of file