diff --git a/action.yml b/action.yml index d3b1bd2bc..e68fb7b53 100644 --- a/action.yml +++ b/action.yml @@ -13,6 +13,12 @@ inputs: runs: using: composite steps: + - name: Checkout + uses: actions/checkout@v4 + with: + repository: ${{ inputs.repository }} + path: ./pros-project + - name: Check if template id: template run: |