ci: fix action ref

This commit is contained in:
Federico Grandi
2020-10-17 09:30:15 +02:00
parent 9145a27b50
commit e6f30b78b7

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: EndBug/export-label-config@v1
- uses: EndBug/export-label-config@main
with:
# This is needed if you're dealing with private repos.
token: ${{ secrets.GITHUB_TOKEN }}