Skip to content

Commit

Permalink
update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Jul 26, 2023
1 parent 7fa97ca commit af1ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af1ad3f

Please sign in to comment.