From 2a54a4e6a3f33b9d4f968eed849e2f82326adcbc Mon Sep 17 00:00:00 2001
From: Tingluo Huang <tihuang@microsoft.com>
Date: Fri, 19 Jul 2019 16:24:18 -0400
Subject: [PATCH] test

---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

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