DOC: Example to use released version

This commit is contained in:
P. L. Lim
2021-04-22 15:06:22 -04:00
committed by GitHub
parent 69990a6043
commit 1b79008a03

View File

@@ -88,7 +88,7 @@ jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@main - uses: actions/labeler@v3
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
``` ```