Skip to content

Commit e0f8103

Browse files
authored
Fix broken gallery links in multi-device docs testing (#57082)
1 parent 2c515bf commit e0f8103

5 files changed

Lines changed: 34 additions & 2 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"version": "v6.1.0",
3939
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
4040
},
41+
"actions/checkout@v6.0.2": {
42+
"repo": "actions/checkout",
43+
"version": "v6.0.2",
44+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
45+
},
4146
"actions/checkout@v7.0.1": {
4247
"repo": "actions/checkout",
4348
"version": "v7.0.1",

.github/workflows/daily-multi-device-docs-tester.lock.yml

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-multi-device-docs-tester.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ imports:
6464

6565
- shared/otlp.md
6666
pre-agent-steps:
67+
- name: Checkout agentics workflows
68+
uses: actions/checkout@v6.0.2
69+
with:
70+
repository: githubnext/agentics
71+
path: .agentics
72+
persist-credentials: false
73+
sparse-checkout: workflows
6774
- name: Resolve slide deck PDF
6875
env:
6976
EXPR_GITHUB_WORKSPACE: ${{ github.workspace }}
@@ -105,6 +112,7 @@ pre-agent-steps:
105112
- name: Install and build docs
106113
env:
107114
EXPR_GITHUB_WORKSPACE: ${{ github.workspace }}
115+
AGENTICS_WORKFLOWS_DIR: ${{ github.workspace }}/.agentics/workflows
108116
run: |
109117
cd "$EXPR_GITHUB_WORKSPACE/docs" || exit 1
110118
npm install

pkg/actionpins/data/action_pins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"version": "v6.1.0",
3939
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
4040
},
41+
"actions/checkout@v6.0.2": {
42+
"repo": "actions/checkout",
43+
"version": "v6.0.2",
44+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
45+
},
4146
"actions/checkout@v7.0.1": {
4247
"repo": "actions/checkout",
4348
"version": "v7.0.1",

pkg/workflow/data/action_pins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"version": "v6.1.0",
3939
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
4040
},
41+
"actions/checkout@v6.0.2": {
42+
"repo": "actions/checkout",
43+
"version": "v6.0.2",
44+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
45+
},
4146
"actions/checkout@v7.0.1": {
4247
"repo": "actions/checkout",
4348
"version": "v7.0.1",

0 commit comments

Comments
 (0)