Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 0c5c112

Browse files
committed
move jq to docker
1 parent 739bf67 commit 0c5c112

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/docu-policy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,10 @@ jobs:
3636
MERGE_COMMIT_SHA: ${{ github.sha }}
3737
NODE_ID : ${{ github.event.pull_request.node_id }}
3838

39-
40-
4139
steps:
4240
- name: Checkout repo
4341
uses: actions/checkout@v4
4442

45-
- name: Install jq
46-
run: |
47-
apt-get update
48-
apt-get install -y jq
49-
jq --version
50-
5143
- name: Env Sanity Check
5244
run: echo $MERGE_COMMIT_SHA
5345

@@ -101,8 +93,6 @@ jobs:
10193
'data.id_to_name.main' > $PR_TITLE
10294
cat $PR_TITLE
10395
104-
105-
10696
- name: Summarize Input
10797
run: |
10898
jq -n \

0 commit comments

Comments
 (0)