diff --git a/.github/workflows/assign_labels_to_all_repos.yml b/.github/workflows/assign_labels_to_all_repos.yml index 71ffa22..ba922d1 100644 --- a/.github/workflows/assign_labels_to_all_repos.yml +++ b/.github/workflows/assign_labels_to_all_repos.yml @@ -21,4 +21,4 @@ jobs: npm install -g github-label-sync - name: Install into all repos run: | - github-label-sync --labels .github/assets/labels.json pylhc/optics_functions \ No newline at end of file + github-label-sync --labels ./assets/labels.json pylhc/optics_functions \ No newline at end of file