Skip to content

Commit f00e8fb

Browse files
authored
Merge pull request #287 from asgrim/trusted-root-update
286: Trusted root update
2 parents c0cfdba + 9440bd6 commit f00e8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-outdated-trusted-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
|| ( \
2727
(gh issue list --label "trusted-root-update" | grep -i "Trusted root needs updating") \
2828
&& echo "Issue to update trusted root already exists, no action required." \
29-
|| gh issue create --title "Trusted root needs updating" --body "The trusted root certificate file needs updating. Use the \`gh attestation trusted-root > resources/trusted-root.jsonl\` command to update it." --assignee "asgrim" --label "trusted-root-update" \
29+
|| gh issue create --title "Trusted root needs updating" --body "The trusted root certificate file needs updating. Use the `diff -u <(jq < resources/trusted-root.jsonl) <(gh attestation trusted-root |jq)` command to view the differences, and the \`gh attestation trusted-root > resources/trusted-root.jsonl\` command to update it." --assignee "asgrim" --label "trusted-root-update" \
3030
)

0 commit comments

Comments
 (0)