Skip to content

Commit

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

jobs:
assign-labels:
runs-on: ubuntu-latest
steps:
- name: install github-label-sync
- name: Checkout the repo
uses: actions/checkout@v4

- name: Install github-label-sync
run: |
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
run: |
github-label-sync pylhc/optics_functions

0 comments on commit 6cffff0

Please sign in to comment.