Skip to content

Commit

Permalink
ci: 👷 small input clean up and dev action added
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Sep 16, 2024
1 parent 752963e commit 562352f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dev-star-tracker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🌟 Star Tracker - Develop

on:
push:
branches:
- master
workflow_dispatch:

jobs:
track-stars:
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'
1 change: 0 additions & 1 deletion .github/workflows/star-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
organizations: 'roboflow, autodistill'

- name: Commit Data
Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Star Tracker'
description: 'Track star counts for specified GitHub repositories and organizations.'
inputs:
github_token:
description: 'GitHub Token'
required: true
default: '${{ github.token }}'
organizations:
description: 'Comma-separated list of organization names'
required: false
Expand Down

0 comments on commit 562352f

Please sign in to comment.