From e6f30b78b7d05c1314eeeab334e67ad794c3c43c Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Sat, 17 Oct 2020 09:30:15 +0200 Subject: [PATCH] ci: fix action ref --- .github/workflows/export-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export-labels.yml b/.github/workflows/export-labels.yml index d244472..aef16b8 100644 --- a/.github/workflows/export-labels.yml +++ b/.github/workflows/export-labels.yml @@ -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 }}