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 739bf67 commit 0c5c112Copy full SHA for 0c5c112
1 file changed
.github/workflows/docu-policy.yml
@@ -36,18 +36,10 @@ jobs:
36
MERGE_COMMIT_SHA: ${{ github.sha }}
37
NODE_ID : ${{ github.event.pull_request.node_id }}
38
39
-
40
41
steps:
42
- name: Checkout repo
43
uses: actions/checkout@v4
44
45
- - name: Install jq
46
- run: |
47
- apt-get update
48
- apt-get install -y jq
49
- jq --version
50
51
- name: Env Sanity Check
52
run: echo $MERGE_COMMIT_SHA
53
@@ -101,8 +93,6 @@ jobs:
101
93
'data.id_to_name.main' > $PR_TITLE
102
94
cat $PR_TITLE
103
95
104
105
106
96
- name: Summarize Input
107
97
run: |
108
98
jq -n \
0 commit comments