Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 8, 2024
1 parent a6b6132 commit 8e58fbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8e58fbe

Please sign in to comment.