Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Sep 14, 2023
1 parent 74cbe05 commit 34ef687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
env:
GITMOJI_CONFIG_PACKAGE: "commitlint-config-gitmoji"
run: |
grep -A 2 "GITMOJI_CONFIG_PACKAGE" pnpm-lock.yaml \
| awk '/version:/ {print "'"GITMOJI_CONFIG_PACKAGE"'@" $2}'
grep -A 2 "$GITMOJI_CONFIG_PACKAGE" pnpm-lock.yaml | awk '/version:/ {print "'"$GITMOJI_CONFIG_PACKAGE"'@" $2}'
- name: Install config package
env:
Expand Down

0 comments on commit 34ef687

Please sign in to comment.