Skip to content

Commit

Permalink
parent path?
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Sep 10, 2024
1 parent 290f3dc commit c996ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign_labels_to_all_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on: # Runs on any push event in a PR or any push event to master
defaults:
run:
shell: bash
working-directory: ./.github/labels # labels.json is default filename for github-label-sync
working-directory: ../labels # labels.json is default filename for github-label-sync

jobs:
run-test:
assign-labels:
runs-on: ubuntu-latest
steps:
- name: install github-label-sync
Expand Down

0 comments on commit c996ecd

Please sign in to comment.