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 30f5bba commit da75632Copy full SHA for da75632
.github/workflows/k8s-diff.yaml
@@ -36,7 +36,7 @@ jobs:
36
node-version: 16
37
- run: npm install json-diff
38
- name: Comment diff on PR
39
- uses: actions/github-script@v6
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
40
with:
41
script: |
42
const { diffString } = require("json-diff")
0 commit comments