Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/adr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

- name: Validate ADR Format
# main
uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914
uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a
with:
command: validate
adr-path: docs/adr

- name: Get ADR Statistics
# main
uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914
uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a
with:
command: stats
adr-path: docs/adr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adr-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Generate ADR HTML
# main
uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914
uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a
with:
command: html
adr-path: docs/adr
Expand Down
Loading