Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 341 Bytes

github-actions

Use an action from this repo in your workflow like this:

- name: Pull MindsDB Github Actions
  uses: actions/checkout@v4
  with:
    repository: mindsdb/github-actions
    path: github-actions
- uses: ./github-actions/<action-name>

NOTE: This needs to go AFTER any actions/checkout step for the current repo