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 bb48f07 commit 739bf67Copy full SHA for 739bf67
1 file changed
.github/workflows/docu-policy.yml
@@ -44,10 +44,10 @@ jobs:
44
45
- name: Install jq
46
run: |
47
- sudo apt-get update
48
- sudo apt-get install -y jq
+ apt-get update
+ apt-get install -y jq
49
jq --version
50
-
+
51
- name: Env Sanity Check
52
run: echo $MERGE_COMMIT_SHA
53
0 commit comments