Skip to content

Commit

Permalink
tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Sep 10, 2024
1 parent 27aae70 commit 16c6cb2
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/assign_labels_to_all_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
assign-labels:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4

- name: Install github-label-sync
# - name: Checkout the repo
# uses: actions/checkout@v4
- name: Test the repo
run: |
npm install -g github-label-sync
tree
- name: Assign labels into all repos
working-directory: ./labels # labels.json is default filename for github-label-sync
run: |
github-label-sync pylhc/optics_functions
# - name: Install github-label-sync
# run: |
# npm install -g github-label-sync

# - name: Assign labels into all repos
# working-directory: ./labels # labels.json is default filename for github-label-sync
# run: |
# github-label-sync pylhc/optics_functions

0 comments on commit 16c6cb2

Please sign in to comment.