Skip to content

Commit

Permalink
Make yarn install a separate step and ensure to freeze the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 23, 2023
1 parent 44569d9 commit 97e3ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
with:
cache: yarn
cache-dependency-path: element-meta/yarn.lock
- name: Install Deps
run: "yarn install --frozen-lockfile"
- name: "Sync labels"
run: |
yarn install
yarn sync-labels --labels .github/labels.yml $(echo -e "${{ inputs.LABELS }}" | xargs -r printf -- '--labels \"../%s\"\n' | xargs echo)
working-directory: element-meta
env:
Expand Down

0 comments on commit 97e3ae2

Please sign in to comment.