From af1ad3f129dac495f4f5aae3bfb3b4ee446e7520 Mon Sep 17 00:00:00 2001 From: Max Metral Date: Tue, 25 Jul 2023 20:12:00 -0400 Subject: [PATCH] update step name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 460249c..d6730ff 100644 --- a/action.yml +++ b/action.yml @@ -51,6 +51,6 @@ runs: token: ${{ inputs.token }} path: ${{ inputs.path }} - - name: Run org-wide job if present + - name: Run post-checkout job in custom action repo if present if: ${{ hashFiles('.github/actions/post-checkout/action.yml') != '' }} uses: ./.github/actions/post-checkout