Skip to content

🚀 Complete deployment: Enhanced README, SEO files, documentation, and… #6

🚀 Complete deployment: Enhanced README, SEO files, documentation, and…

🚀 Complete deployment: Enhanced README, SEO files, documentation, and… #6

Workflow file for this run

name: Test Auto-Label Action
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Action
uses: ./ # This runs your action in the same repo
with:
github_token: ${{ secrets.GITHUB_TOKEN }}