diff --git a/action.yaml b/action.yaml index f515d44..a2481b9 100644 --- a/action.yaml +++ b/action.yaml @@ -12,5 +12,5 @@ inputs: runs: using: composite steps: - - name: Checkout - run: ${{ gitea.action_path }}/checkout.sh + - name: Mirror + run: ${{ gitea.action_path }}/mirror.sh