Skip to content

Commit

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

jobs:
run-test:
Expand All @@ -19,6 +20,6 @@ jobs:
- name: install github-label-sync
run: |
npm install -g github-label-sync
- name: Install into all repos
- name: Assign labels into all repos
run: |
github-label-sync --labels ./assets/labels.json pylhc/optics_functions
github-label-sync pylhc/optics_functions

0 comments on commit dd481e8

Please sign in to comment.