From 27aae706df007f194169306332dfdb09e0e81f17 Mon Sep 17 00:00:00 2001 From: JoschD <26184899+JoschD@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:00:55 +0200 Subject: [PATCH] path confusion --- .github/workflows/assign_labels_to_all_repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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