diff --git a/.github/workflows/assign_labels_to_all_repos.yml b/.github/workflows/assign_labels_to_all_repos.yml index 257f251..0b0b7c6 100644 --- a/.github/workflows/assign_labels_to_all_repos.yml +++ b/.github/workflows/assign_labels_to_all_repos.yml @@ -24,6 +24,6 @@ jobs: npm install -g github-label-sync - name: Assign labels into all repos - working-directory: ./.github/.github/labels # labels.json is default filename for github-label-sync + working-directory: ./labels # labels.json is default filename for github-label-sync run: | github-label-sync pylhc/optics_functions \ No newline at end of file