aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 9540bca..027a0e6 100644
--- a/action.yml
+++ b/action.yml
@@ -4,7 +4,10 @@ runs:
using: "composite"
steps:
- name: Checkout this repo
- uses: ./
+ uses: actions/checkout@v4
+ with:
+ repository: ${{ github.action_repository }}
+ path: "action"
- name: "Checkout org file repo"
uses: actions/checkout@v4