Skip to content

updated my github action #3

updated my github action

updated my github action #3

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 }}