Skip to content

Commit

Permalink
ci: use relative path to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 11, 2024
1 parent 5c06f69 commit c07d28a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ permissions:
jobs:
labels:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: 'https://raw.githubusercontent.com/thetutlage/static/main/labels.json'
config-file: ./github/labels.json
delete-other-labels: true
source-repo: thetutlage/static
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c07d28a

Please sign in to comment.