Skip to content

Commit 9f805e0

Browse files
committed
Install moreutils
1 parent 94380c7 commit 9f805e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
TAG="${{ github.ref_name }}"
2222
COLLECTION_NAME="SeaTable ${TAG#postman-}"
2323
echo "COLLECTION_NAME=${COLLECTION_NAME}" >> $GITHUB_ENV
24-
- name: Install jq
25-
run: sudo apt-get update && sudo apt-get install -y jq
24+
- name: Install CLI tools
25+
run: sudo apt-get update && sudo apt-get install -y jq moreutils
2626
- name: Sync with Postman
2727
run: ./sync-with-postman.sh
2828
- name: Upload artifacts

0 commit comments

Comments
 (0)