refactor: β»οΈ improve repository code base and config and more orgs added. #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: π Star Tracker - Develop | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- '**' | |
workflow_dispatch: | |
jobs: | |
star-tracker-dev: | |
runs-on: ubuntu-latest | |
steps: | |
- name: π οΈ Checkout Repository | |
uses: actions/checkout@v4 | |
- name: π Track Stars | |
uses: ./ | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
organizations: 'roboflow, autodistill' | |
- name: π Show data.csv\ | |
run: | | |
cat data/data.csv |