We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94380c7 commit 9f805e0Copy full SHA for 9f805e0
.github/workflows/postman.yml
@@ -21,8 +21,8 @@ jobs:
21
TAG="${{ github.ref_name }}"
22
COLLECTION_NAME="SeaTable ${TAG#postman-}"
23
echo "COLLECTION_NAME=${COLLECTION_NAME}" >> $GITHUB_ENV
24
- - name: Install jq
25
- run: sudo apt-get update && sudo apt-get install -y jq
+ - name: Install CLI tools
+ run: sudo apt-get update && sudo apt-get install -y jq moreutils
26
- name: Sync with Postman
27
run: ./sync-with-postman.sh
28
- name: Upload artifacts
0 commit comments